Add .htaccess example
Rename htaccess.example to .htaccess.dist Following the recommendation Close #544
This commit is contained in:
parent
6adbee0bc9
commit
aaee9686dd
1 changed files with 7 additions and 0 deletions
7
public/.htaccess.dist
Normal file
7
public/.htaccess.dist
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
Loading…
Add table
Add a link
Reference in a new issue