macdesign
Dec 20th 2004, 1:45 pm
I have a bit of a hack going on, which has taken me several hours to work around.
I have a combination of Front Page and .PHP and mod rewrite
If the .htacess file is set as originall created for the site with plain FP, then I can use FP to upload the sites pages, but then the site will not work since I need the mod rewrite.
If I add the mode rewrite, then FP won't update the site - so I have to keep switching back and forth with two different versions of .htacess
I have
# -FrontPage-
RewriteEngine On
RewriteBase /
RewriteRule et.etc.etc. ....
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all Is there a better way to order this so that FP will accept it, and mod rewrite still works?
I have a combination of Front Page and .PHP and mod rewrite
If the .htacess file is set as originall created for the site with plain FP, then I can use FP to upload the sites pages, but then the site will not work since I need the mod rewrite.
If I add the mode rewrite, then FP won't update the site - so I have to keep switching back and forth with two different versions of .htacess
I have
# -FrontPage-
RewriteEngine On
RewriteBase /
RewriteRule et.etc.etc. ....
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all Is there a better way to order this so that FP will accept it, and mod rewrite still works?