Skip to content

Commit 25295cb

Browse files
author
Tom Clarke
committed
Moving from Slim to Silex
1 parent 15332dd commit 25295cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
vendor/*
22
web/cache
3-
.htaccess

web/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine On
2+
3+
RewriteCond %{REQUEST_FILENAME} !-f
4+
RewriteRule ^ index.php [QSA,L]

0 commit comments

Comments
 (0)