Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink

    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?

Add your comments
    Username Password
  • Format comments as (Help)