Skip to content

Commit 7651ff9

Browse files
author
Julian Xhokaxhiu
committedAug 5, 2014
Needed for the routing via Flight.
1 parent c8f1e69 commit 7651ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.htaccess

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine On
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteRule ^(.*)$ index.php [QSA,L]

0 commit comments

Comments
 (0)
Please sign in to comment.