EIOS/integration/.htaccess

8 lines
221 B
ApacheConf

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