htaccess file for frontpage site

D

dothvader

Does anyone know the best way to edit a Frontpage htaccess file to
disallow a index.htm page? I am using an index.asp as the entry page
but I have kept the index.htm file because there was traffic built up
to it on google. I have set the index.htm file as a redirect but this
is a less then ideal solution.

website: http://www.heartofthedesert.com

*** htaccess file ***

# -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 heartofthedesert.com
AuthUserFile /services/webpages/h/e/heartofthedesert.com/public/
_vti_pvt/service.pwd
AuthGroupFile /services/webpages/h/e/heartofthedesert.com/public/
_vti_pvt/service.grp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top