Skip to content

Commit

Permalink
Minor fixed in .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
mario committed Apr 1, 2014
1 parent 3c985c3 commit 7a32430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RewriteEngine On
RewriteRule ^([^/]*)(/(?:[^/]*))? index.php?payload=$1&code=$2 [L]
RewriteRule ^([^/]+)/([^/]+)? index.php?payload=$1&code=$2 [L]

0 comments on commit 7a32430

Please sign in to comment.