Link to home
Start Free TrialLog in
Avatar of GeorgePap
GeorgePap

asked on

Changes to index.htm don't apply to index.html in public_html

Hi
i would very much appreciate it if somebody could help me with this one.
My website is created with Frontpage and the last couple of days i can't edit my index page. All the changes i do

- do get uploaded on index.htm in the root directory but NOT on index.html in public_html

Possible reason i guess .htaccess file:
I want to display a rss feed on my pages but i don't want to change the pages extension. So i placed an

.htaccess file in the root directory with the following code into it:
<Files test.htm>
AddType application/x-httpd-php .html .htm
</Files>
Afrer editing the test page and had the desired results (everything was working fine) i copied the script that

displays the rss feed  on index and added the following code in .htaccess:
<Files index.html>
AddType application/x-httpd-php .html .htm
</Files>

No luck and since then  any changes to index.htm don't apply to index.html - I HAVE DELETED .htacces   but

later i realized that there is an other one in public_html:

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName ....................com
AuthUserFile /home/.............../public_html/_vti_pvt/service.pwd
AuthGroupFile /home/................/public_html/_vti_pvt/service.grp
Redirect /.........................................................
Redirect /.........................................................

I've added:
<Files test.htm>
AddType application/x-httpd-php .html .htm
</Files>
at the bottom of it and the rss feed on test page works fine again.

I REALLY NEED the rss feed on my index and i can't figure out what's going wrong.
Just hope it's something really simple somebody can spot straight away.
Thank you very much in advance
Avatar of Sam Panwar
Sam Panwar
Flag of India image

Hi,

You set the default page in the IIS
Avatar of GeorgePap
GeorgePap

ASKER

A bit more details please
I wish i could give more points but that's all i've got...
Thank you
ASKER CERTIFIED SOLUTION
Avatar of Sam Panwar
Sam Panwar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you VERY MUCH Abs_jaipur
Hi,

Your wel come georgePap really i am very happy then you