Skip to content

Commit

Permalink
Merge pull request #5 from thisisbrians/master
Browse files Browse the repository at this point in the history
Sample .htaccess
  • Loading branch information
radiosilence committed Mar 16, 2015
2 parents 7aab0e5 + a02b31d commit 77d6f31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/.sample.htaccess
@@ -0,0 +1,9 @@
# Turn on URL rewriting engine
RewriteEngine On

# Disable rewriting for existing files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Redirect all other requests to index.php
RewriteRule ^.*$ index.php [PT,L]

0 comments on commit 77d6f31

Please sign in to comment.