RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://spectrum-displays.pl/$1 [L,R=301]
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [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]
Jak mam dodane
to przestało mi działaćRewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://spectrum-displays.pl/$1 [L,R=301]
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
I teraz strona nie posiada Mapa strony XML