Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech authored Nov 17, 2018
1 parent fb8d053 commit a34d3a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ErrorDocument 404 /index.php?task=error404
ErrorDocument 403 /index.php?task=error403
#ErrorDocument 404 /index.php?task=error404
ErrorDocument 404 /error404
#ErrorDocument 403 /index.php?task=error403
ErrorDocument 403 /error403

Options -Indexes

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?uri=$1
RewriteRule ^(.*)$ index.php?uri=$1

0 comments on commit a34d3a6

Please sign in to comment.