Skip to content

Commit

Permalink
Remove legacy php line from htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChevalier committed Oct 14, 2012
1 parent cae6795 commit 63cadb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .htaccess
@@ -1,9 +1,6 @@
Options +FollowSymLinks -Indexes -MultiViews
RewriteEngine on

# Internally rewrite invite-coded URL requests to increment invites
RewriteRule ^([\w\d]{4})$ index.php?code=$1 [L]

# Block folder access that begins with a period
RewriteRule "(^|/)\." - [F]

Expand Down

0 comments on commit 63cadb1

Please sign in to comment.