quickstep25
7/6/2015 - 3:44 AM

Apache Rewrite URL

Apache Rewrite URL

RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://example.com$1 [R=301,L]