Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Added .htaccess for errors directory
Browse files Browse the repository at this point in the history
  • Loading branch information
connor642 committed Apr 11, 2018
1 parent 24a27b0 commit b1a7d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions errors/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RewriteEngine on
RewriteRule ^([a-z0-9]+)/?$ index.php?error=$1 [L]

0 comments on commit b1a7d70

Please sign in to comment.