/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^www\.example\.com [NC] RewriteRule ^(.*) http://example.com/$1 [L,R=301]