Skip to content

Commit

Permalink
Moving from Slim to Silex
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Clarke committed Sep 19, 2016
1 parent 15332dd commit 25295cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
vendor/*
web/cache
.htaccess
4 changes: 4 additions & 0 deletions web/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

0 comments on commit 25295cb

Please sign in to comment.