mac
This commit is contained in:
parent
29d06b62a3
commit
739bbb8ac2
|
@ -0,0 +1,5 @@
|
|||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*) index.php [L]
|
Binary file not shown.
Loading…
Reference in New Issue