|
| |
|
|
nicolerork
Posts: 1 Joined: 10/18/2006 Status: offline
|
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)
< Message edited by nicolerork -- 10/18/2006 8:22:32 >
|
|
|
|
BobbyDouglas
Posts: 5432 Joined: 5/15/2003 From: Arizona Status: offline
|
RE: Custom .htaccess? - 10/18/2006 12:04:41
Getting FPSE to work while running mod_rewrite was a really tough problem. Kitka was kind enough to post her solution.
_____________________________
Arizona Web Design - Mr Bobs Web Design in Arizona The Arizona Web Hosting Challenge
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|