Forum Moderators: phranque
The redirect doesn't work on http://example.com/blog - it works on /forum and other folders but not the blog.
Does anyone here know why?
This is what we have in our HT access file:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
[edited by: trillianjedi at 2:08 pm (utc) on July 25, 2006]
[edit reason]
[1][edit reason] Use example to avoid it getting "linked" [/edit] [/edit][/1]
If this is the case, then an .htaccess file in your regular directory-space will have no effect on the aliased directory-space.
Jim