openscrum/web/.htaccess
Polonkai Gergely e2649bbfb6 Initial commit
Empty Symfony install with no vendors and the Acme Bundle deleted

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-04-13 19:16:29 +00:00

6 lines
137 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>