Answer the question
In order to leave comments, you need to log in
How to remove www joomla?
Hello! How to remove www from address in joomla? Tried different options, nothing works. The site stops opening at all, the browser issues: Page unavailable The site septik-astra.ru redirected too many times.
https://vk.cc/9grlDq
Answer the question
In order to leave comments, you need to log in
Add the following lines of code to .htaccess after the RewriteEngine On line:
# если сайт доступен по https
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
# если сайт доступен по http
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question