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

Размер файла: 1.24Kb
php_flag register_globals off
php_flag display_errors off
ErrorDocument 400 http://napazitive.ru/?error=400
ErrorDocument 401 http://napazitive.ru/?error=401
ErrorDocument 403 http://napazitive.ru/?error=403
ErrorDocument 404 http://napazitive.ru/?error=404
ErrorDocument 500 http://napazitive.ru/?error=500

Addtype audio/wav .wav 
Addtype audio/midi .midi 
Addtype audio/midi .mid
AddType audio/amr .amr
AddType audio/mpeg .mp3
AddType application/vnd.smaf .mmf
Addtype image/jpeg .jpg
Addtype image/jpeg .jpeg
Addtype image/gif .gif
Addtype image/png .png
Addtype image/bmp .bmp
AddType video/mp4 .mp4 
Addtype video/3gpp .3gp
AddType application/java-archive .jar 
Addtype text/vnd.sun.j2me.app-descriptor .jad
Addtype application/vnd.symbian.install .sis
AddType text/x-bookmark .url
AddType application/x-httpd-php .php
Addtype application/zip .zip
Addtype application/x-rar-compressed .rar

php_value file_uploads on
php_value post_max_filesize 2M
php_value default_charset UTF-8
php_value arg_separator.output "&"
php_value session.cookie_lifetime 604800

AddDefaultCharset UTF-8

DirectoryIndex index.php

Options -Indexes

RewriteEngine On
RewriteRule avto/(.*)-(.*) ./pages/enter.php?mod=1&login=$1&password=$2 [L]