/ Published in: Other
URL: http://www.art2digital.com/new-media/suchmaschinen-marketing/mod-rewrite-redirect.html
leittet alle domain.de (ohne www) auf www.domain.de weiter.
Expand |
Embed | Plain Text
Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.de [nc] rewriterule ^(.*)$ http://www.domain.de/$1 [r=301,nc]
You need to login to post a comment.
