EIOS/rabprog/.htaccess

8 lines
217 B
ApacheConf

#<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /rabprog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /rabprog/index.php [L]
#</IfModule>