htaccess 301redirect auf www.


/ Published in: Other
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. Options +FollowSymlinks
  2. RewriteEngine on
  3. rewritecond %{http_host} ^domain.de [nc]
  4. rewriterule ^(.*)$ http://www.domain.de/$1 [r=301,nc]

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.