web/.htaccess
author cavaliet
Thu, 19 Jul 2012 16:05:48 +0200
changeset 100 6abcdd06d768
parent 0 7f95f8617b0b
permissions -rwxr-xr-x
enhance document_list_profile and update readme

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