1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-10-21 03:06:10 +02:00

first commit

This commit is contained in:
Danny van Kooten
2012-07-31 20:50:36 +02:00
commit ebbfe7804a
4 changed files with 283 additions and 0 deletions

3
.htaccess Normal file
View File

@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]