|
nicolerork -> Custom .htaccess? (10/18/2006 8:16:32)
|
Since Frontpage uses .htaccess to connect to my site, how do I go about editing it without running into problems with frontpage? Right now I have a custom .htaccess for a script I wrote, but when I go to use Frontpage, it won't connect. Any ideas why or what I can do to stop this? Here's my current .htaccess # -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 www.nicolerork.com AuthUserFile (removed for security reasons) AuthGroupFile (removed for security reasons) RewriteEngine on RewriteBase / RewriteRule random(_?)(.*).jpg$ /random/?var=$2 [NC] ================ Here's the original .htaccess from the Frontpage extensions # -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 www.nicolerork.com AuthUserFile (removed for security reasons) AuthGroupFile (removed for security reasons)
|
|
|
|