Path : /srv/www/vhosts/laboserv/zakaznicky-portal/ |
Current File : //srv/www/vhosts/laboserv/zakaznicky-portal/.htaccess |
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /zakaznicky-portal/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /zakaznicky-portal/index.php [L] </IfModule>