Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Is there anything wrong with this one?
RewriteBase /folder/
RewriteCond %{HTTP_HOST} ^domain.fi$ [NC]
RewriteRule ^(.*)$ http://www.domain.fi/folder/$1 [R=301,L]
Basically, I'd like anyone who comes through http://domain.fi/folder to be redirected to http://www.domain.fi/folder/. The redirect does work, but not on IE6 - all I get is a "server not found" error.
This isn't really a problem because the final version doesn't require these rules, but I can't help but wonder what IE-specific rule am I breaking here?
1 to 1 of 1