2011-01-23, 10:10 PM
I am using mod_rewrite to display my MyBB pages in a cleaner format. They worked fine until I went to sleep. I woke up and now they are not working. Any idea as to why? A lot of stuff got added without me knowing, that could be it. Here is my .htaccess. Could it be a plugin?
# -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 artistichaven.net
AuthUserFile /home/artistic/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/artistic/public_html/_vti_pvt/service.grp
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^ADVERTISE.PHP$ misc.php?page=advertise [L,QSA,NC]
RewriteRule ^RULES.PHP$ misc.php?page=rules [L,QSA,NC]
RewriteRule ^GOALS.PHP$ misc.php?page=goals [L,QSA,NC]
RewriteRule ^DONATEINFO.PHP$ misc.php?page=donateinfo [L,QSA,NC]