Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Sighery committed Dec 11, 2016
1 parent 29486b6 commit 19dd0b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9]+)/([A-Za-z0-9]+)/([A-Za-z0-9]+)/ SlimProj/public/index.php?/$1/$2/$3/ [QSA,L]
RewriteRule ^SteamCardExchange/HasCards sceapi.php [QSA,L]
</IfModule>
</IfModule>

0 comments on commit 19dd0b2

Please sign in to comment.