Jump to content
xt:Commerce Community Forum

Redirect 301


stanstas

Recommended Posts

in der .htaccess reinschreiben.

meine sieht so aus:

# RewriteEngine on

# RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

DirectoryIndex index.php

RewriteEngine on

RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php

RewriteCond %{HTTP_HOST} ^[^.]*\.[^.]*$

RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...