Файл: .htaccess
Строк: 18
php_value register_globals off
php_value session.use_cookies On
php_value
session.use_trans_sid On
php_value arg_separator.output
"&"
Options -Indexes
AddDefaultCharset
UTF-8
php_value default_charset UTF-8
php_value magic_quotes_gpc
Off
php_value magic_quotes_runtime Off
php_value magic_quotes_sybase
Off
RewriteEngine On
RewriteCond %{REQUEST_METHOD}
^TRACE
RewriteRule .* - [F]
##RewriteRule ^blog/([0-9]+)$
blog.php?latname=$1.html [L,QSA]
RewriteRule ^blog/(.*)\.html$
blog.php?latname=$1 [L]
RewriteRule ^comment/([0-9]+)$ comment.php?id=$1
[L,QSA]
RewriteRule ^profile/([0-9]+)$ profile.php?id=$1
[L,QSA]
RewriteRule ^(.*)\.html$ $1.php
ErrorDocument 404 /error.php