b00giZm/sonata-framework/master/data/skeletons/sandbox/public/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT, QUERY_STRING, REQUEST_FILENAME

Comments

Apache