summary refs log blame commit diff stats
path: root/.htaccess
blob: 4a219a4c72f920e1e2ea760d24dd1b2d26048937 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                              
# Redirect to a custom page (RewriteEngine On)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1

# Redirect your error to a Custom Page
ErrorDocument 400 /
ErrorDocument 401 /
ErrorDocument 403 /
ErrorDocument 404 /
ErrorDocument 503 /