Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Редирект страницы на 2 слэша


athlon
 Share

Recommended Posts

Коллеги, друзья, товарыщи прошу помощи. Усиновил оперкарт 3.0, в конфиг файлы не лез, подправил только  .htaccess

 

Вот его код 

 

Options +FollowSymlinks
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
 Require all denied

</FilesMatch>

RewriteEngine On

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]


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

 

 

Сайт начал открываться с двумя слэшами  http://nailbar.kz//

 

Как это можно исправить, откуда начать ?

За ранее благодарю

 

 

Link to comment
Share on other sites


Уберите

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

и сразу после RewriteEngine On добавьте

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.