Blame view

Slim/.htaccess 349 Bytes
219b8036   luigser   DEEP
1
2
3
4
5
6
7
8
9
10
11
  RewriteEngine On
  
  #  hosts may require you to use the `RewriteBase` directive.
  #  you need to use the `RewriteBase` directive, it should be the
  #  physical path to the directory that contains this htaccess file.
  #
  # RewriteBase /
  
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ index.php [QSA,L]