php_value register_globals 0
php_value magic_quotes_gpc 0
AddDefaultCharset UTF-8


DirectoryIndex index.php
Options -Indexes
RewriteEngine on

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^(.*).civagame.ru [NC]
RewriteRule ^(.*)$ http://civagame.ru/$1 [L,R=301]

RewriteRule ^captha.png captha.php [L]
ErrorDocument 400 /error.php?error=400
ErrorDocument 401 /error.php?error=401
ErrorDocument 402 /error.php?error=402
ErrorDocument 403 /error.php?error=403
ErrorDocument 404 /error.php?error=404
ErrorDocument 500 /error.php?error=500
ErrorDocument 502 /error.php?error=502