b00giZm/sonata-framework/master/data/skeletons/sandbox/public/.htaccess
Options +FollowSymLinks +ExecCGI
<Limit GET POST PUT DELETE>
Allow from all
</Limit>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?route=$1&%{QUERY_STRING}
</IfModule>
Files
