Просмотр файла .htaccess
## Sometimes follow setting needs for work! # Options FollowSymlinks RewriteEngine on ## The script's folder, please set it correctly!!! RewriteBase /milo ## If script is PHP-script, include him RewriteCond %{REQUEST_URI} \.php$ RewriteRule ^.*$ gate.cgi?%{QUERY_STRING} [L]