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

Размер файла: 259B
DirectoryIndex index.php
Options All -Indexes
php_value display_errors Off
php_value session.use_cookies 1
AddDefaultCharset utf-8

RewriteEngine On
RewriteRule ^([a-z_]+)?((/)([0-9]+))?((/)([a-z_]+))?(/)?$		/index.php?mod=$1\&id=$4\&item=$7&%{QUERY_STRING}