Remove www from any URLs Prindi

  • 109

# Remove www from any URLs that have them:

(paste in .htaccess file and swap ‘example’)

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www\.

RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]


Kas see vastus oli kasulik?

« Tagasi