Skip to content

Commit

Permalink
htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
neek committed Sep 23, 2010
1 parent bae3bec commit 6d30844
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .+ index.php [L]

0 comments on commit 6d30844

Please sign in to comment.