Просмотр поста

.
Scorpion
Зелимхан

Folour, DirectoryIndex index.php
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^www.tsp-s.ru [NC]
RewriteCond %{REQUEST_FILENAME} !/robots.txt [NC]
RewriteRule ^(.*)$ http://tsp-s.ru/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) index.php?%{QUERY_STRING}

AddDefaultCharset UTF-8