Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Topics Per Page plugin – new problem


TrishaM
Participant

@trisham

No luck :( Here is my root .htacces:

RewriteEngine On
RewriteCond %{http_host} ^travel-writers-exchange.com
RewriteRule ^(.*) http://www.travel-writers-exchange.com/$1 [R=301,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/Forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Root (WP install) works fine, but when I put the .htaccess file in /Forum then I still get the 500 error….

I have to run out but will be back in about 1/2 hour…..

Skip to toolbar