DirectoryIndex index.php

AddDefaultCharset windows-1251

php_flag output_buffering on
php_flag register_globals off

ErrorDocument 400 /index.php?error=400
ErrorDocument 401 /index.php?error=401
ErrorDocument 403 /index.php?error=403
ErrorDocument 404 /index.php?error=404
ErrorDocument 405 /index.php?error=405
ErrorDocument 408 /index.php?error=408
ErrorDocument 410 /index.php?error=410
ErrorDocument 411 /index.php?error=411
ErrorDocument 412 /index.php?error=412
ErrorDocument 413 /index.php?error=413
ErrorDocument 414 /index.php?error=414
ErrorDocument 415 /index.php?error=415
ErrorDocument 500 /index.php?error=500
ErrorDocument 501 /index.php?error=501
ErrorDocument 502 /index.php?error=502
ErrorDocument 503 /index.php?error=503
ErrorDocument 506 /index.php?error=506

#RewriteEngine On
#RewriteRule ^/n/([0-9]+\.html)$ /var/www/html/database/news/$1/ [L]

#RewriteCond %{REQUEST_URI} [^/[a-z]]/$
#RewriteRule ^([^/news/]+)/$ modules=news&parm=1 [L]

#<FilesMatch "(news)$">
#ForceType application/x-httpd-php
#</FilesMatch>

#<Location />
#CharsetRecodeMultipartForms Off
#</Location>
