URL rewrite problems

tpothen

Joined: 2008-06-04
Posts: 7
Posted: Tue, 2008-12-09 21:41

I have gallery 2 integrated with PHPBB3 and everything works great except the URL rewrite. Every time I activate it it messes up the main .htaccess file and I get a configuration error on the entire site.

This is what is in the htaccess in the root (/htaccess):

Quote:
# -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.swappingparents.com:80
AuthUserFile /var/www/html/_vti_pvt/service.pwd
AuthGroupFile /var/www/html/_vti_pvt/service.grp

I have to keep this to access the site manager. Any help would be great. Thanks