pascalchevrel/list_localizers/master/web/.htaccess - Htaccess File

pascalchevrel/list_localizers/master/web/.htaccess

# Rewrite all requests to the front controller
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /

  # existing files and folders are not redirected
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule (.*) /index.php [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache