Custom .htaccess? (Full Version)

All Forums >> [Web Development] >> Server Issues



Message


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)




nicolerork -> RE: Custom .htaccess? (10/18/2006 8:56:28)

Fixed the problem, found a link to the guide:
http://www.frontpagewebmaster.com/m-266165/tm.htm




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




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
4.602051E-02