Файл: public_html/.htaccess
Строк: 10
php_value display_errors 1
<IfModule mod_expires.c>
ExpiresActive
On
ExpiresByType image/jpg "access 1 year"
ExpiresByType
image/jpeg "access 1 year"
ExpiresByType image/gif "access
1 year"
ExpiresByType image/png "access 1
year"
ExpiresByType text/css "access 1
month"
ExpiresDefault "access 1
month"
</IfModule>
errordocument 404
/errors/404.php
errordocument 403 /errors/404.php
RewriteEngine
On
RewriteRule ^game/?$ game.php [L,QSA]
RewriteRule ^(([^/]+/)*[^.]+)$
/$1.php [L]