/ Published in: Apache
Expand |
Embed | Plain Text
RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.de$ [NC] RewriteRule ^(.*) http://www.domain.de/$1 [L,R=301] ### Das Gegenteil erreicht man so ## RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.de$ [NC] RewriteRule ^(.*)$ http://domain.de/$1 [L,R=301]
You need to login to post a comment.
