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
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