Return to Snippet

Revision: 16959
at August 19, 2009 10:21 by nico65


Initial Code
Options +FollowSymlinks
      RewriteEngine on
      rewritecond %{http_host} ^domain.de [nc]
      rewriterule ^(.*)$ http://www.domain.de/$1 [r=301,nc]

Initial URL
http://www.art2digital.com/new-media/suchmaschinen-marketing/mod-rewrite-redirect.html

Initial Description
leittet alle domain.de (ohne www) auf www.domain.de weiter.

Initial Title
htaccess 301redirect auf www.

Initial Tags
htaccess

Initial Language
Other