1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-06 16:36:43 +02:00

Moved example

This commit is contained in:
Koen Punt
2014-03-08 11:35:47 +01:00
parent 0290dc5073
commit cace1a6f97
3 changed files with 1 additions and 1 deletions

3
examples/basic/.htaccess Normal file
View File

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