Forums working great, but we cant log in S.O.S.
-
Installed bbpress on the same site as an existing wordpress install http://www.toxicshock.tv – The board is located at http://www.toxicshock.tv/board/ . earlier today everything was dandy, of course I had just installed the software, all the logins and postings were working great. Dropped in a template, everything still good. Came back later, tried to login, and the forum redirects me to the blog??? after hours of reading and trying stuff on the forum, I thought I might just beg for help!!! Tried the Options +Multiviews .htaccess file in the /board/ directory. Still no go. Tried the other rewrite rules, and all they did was either break the blog or make the existing forum posts not work. Here’s my wordpress .htaccess info: <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . [L]
</IfModule>
ErrorDocument 404 /notfound.htm
RewriteEngine On
RewriteRule ^links.htm /links.php
RewriteRule ^index.htm /index.php
— I assume that the redirect to the /news/ is a product of the rewrite rule… but I assumed that the .htaccess in the /board/ directory would take precedence. no? maybe? argh!
- You must be logged in to reply to this topic.