<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.afisha38.ru$
RewriteRule ^(.*)$ http://www.afisha38.ru/$1 [NC,R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
php_value session.use_trans_sid 0
php_flag display_errors on
AddType application/x-httpd-php .php .php4 .inc