Вернуться к списку форумов Вернуться

Поддержка пользователей

Community support

проблема с переадресацией

Сообщение: #1-154-1
27.12.2011 21:21
AddDefaultCharSet WINDOWS-1250
DirectoryIndex index.shtml index.php
AddHandler application/x-httpd-php .php .htm .html
RewriteEngine on
Options +FollowSymlinks

RewriteBase /
RewriteCond %{HTTP_HOST} afstyle.eu/shop/$ [NC]
RewriteRule (.*)$ www.afstyle.eu [R=301,L]

RewriteRule ([A-Za-z0-9_]+)/([-А-Яа-яa-zA-Z0-9_w x21-x40]+)/*$ /shop/index.php?catid=$1&brand=$2
RewriteRule ([A-Za-z0-9_]+)/*$ /shop/index.php?catid=$1
RewriteRule ([A-Za-z0-9_-]+).htm$ /shop/index.php?item_id=$1


RewriteRule ([A-Za-z0-9_-]+).html$ /shop/index.php?page=$1

RewriteCond %{THE_REQUEST} [A-Z]{3,9} /index.php HTTP/
RewriteRule index.php$ www.afstyle.eu [R=301,L]