author | ymh <ymh.work@gmail.com> |
Thu, 10 Sep 2015 16:34:33 +0200 | |
changeset 121 | e8a484a9bc98 |
parent 0 | 1afc9d2ab94d |
permissions | -rw-r--r-- |
0 | 1 |
<IfModule mod_rewrite.c> |
2 |
<IfModule mod_negotiation.c> |
|
3 |
Options -MultiViews |
|
4 |
</IfModule> |
|
5 |
||
6 |
RewriteEngine On |
|
7 |
||
8 |
# Redirect Trailing Slashes... |
|
9 |
RewriteRule ^(.*)/$ /$1 [L,R=301] |
|
10 |
||
11 |
# Handle Front Controller... |
|
12 |
RewriteCond %{REQUEST_FILENAME} !-d |
|
13 |
RewriteCond %{REQUEST_FILENAME} !-f |
|
14 |
RewriteRule ^ index.php [L] |
|
15 |
</IfModule> |