| Current Path : /hdd/hdd11/www/vlevski/g2s/multi/ |
| Current File : /hdd/hdd11/www/vlevski/g2s/multi/.htaccess |
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /multi/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . ./index.php [L]
</IfModule>