My site, http://www.lyricsdatabase.net (just bought 2 days ago) requires the following .htaccess file in order to operate, which is in the root of my directories:
I just installed vBulletin at http://www.lyricsdatabase.net/forums/ and it appears that htaccess is keeping it from running. Since I need the file to have the lyrics database run, is there something I can add that would exclude the forums directory?Code:RewriteEngine On RewriteCond %{HTTP_HOST} bosslyrics.com RewriteRule ^(.*)$ http://www.bosslyrics.com/$1 [NE,L] RewriteRule ^(external|admin)/(.+)$ $1/$2 [QSA,L,NE] RewriteRule ^([a-z0-9]+)$ index.php?mod=$1 [QSA] RewriteRule ^([\sA-Za-z0-9_\.-]+)/([\s\.A-Za-z0-9_-]+)$ index.php?mod=$1&sub=$2 [QSA]
Thanks,
-Jim


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks