Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndryWJ/1f1c8dfff71f1b763de4a2a3f44b7a66 to your computer and use it in GitHub Desktop.
Save AndryWJ/1f1c8dfff71f1b763de4a2a3f44b7a66 to your computer and use it in GitHub Desktop.
htaccess: Редирект с www на без www (Работает для opencart)
RewriteCond %{HTTP_HOST} ^www\.(.*)$
RewriteRule ^(.*)$ http://%1/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment