Просмотр файла .htaccess

Размер файла: 588B
Options +FollowSymlinks

DirectoryIndex index.php

Options Includes +ExecCGI
AddType text/x-server-parsed-html .html
AddType application/x-httpd-php .php
php_flag register_globals off
php_flag display_errors on
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
AddDefaultCharset UTF-8
AddType "application/x-rar-compressed" .rar

RewriteEngine on
Options +FollowSymLinks



RewriteRule ^([0-9Aa-zZ]+)/$ redirect.php?s=$1
RewriteRule ^([0-9Aa-zZ]+)$ redirect.php?s=$1




<Files ".htaccess">
order allow,deny
deny from all
</Files>
Options -Indexes