.htaccess

EvilMountainDew

First Post
I think you have an .htaccess entry that says:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^enworld.org/forum
RewriteRule (.*) http://www.enworld.orgforum [R=301,L]

I could be wrong, but it seems as though that's the problem, and it causes me to go from typing in enworld.org/forum to go to www.enworld.orgforum instead of the intended /forum.

Perhaps it should look like this:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^enworld.org
RewriteRule (.*) http://www.enworld.org/$1 [R=301,L]
 
Last edited:

log in or register to remove this ad

Remove ads

Top