allow from all

# uncomment these lines if you want to remove the index.php from the url
# with the url engine of jelix
# see http://docs.jelix.org/en/manual-1.8/urls/mapping#mod_rewrite-and-just-removing-the-name-of-the-entry-point-in-the-url
#<IfModule mod_rewrite.c>
#    RewriteEngine On
#    RewriteBase /
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
#</IfModule>