Added 404 handler

if the server don't show 403 errors but 404 they will also be used
This commit is contained in:
Florian Bouillon 2019-04-26 10:32:43 +02:00
parent be5ed19c13
commit 952535a19f

View File

@ -9,6 +9,7 @@
</IfModule>
ErrorDocument 403 /index.php
ErrorDocument 404 /index.php
<FilesMatch ".*\.(php)$">