[FIX] Templates 404 in htaccess
This commit is contained in:
parent
c81d2d1352
commit
f73b70ee78
@ -1,6 +1,6 @@
|
|||||||
ErrorDocument 404 /public/index.php?page=error&action=404
|
ErrorDocument 404 /public/index.php?page=error&action=404
|
||||||
RedirectMatch 404 /logs(/|$)
|
RedirectMatch 404 /logs(/|$)
|
||||||
RedirectMatch 404 /templtes(/|$)
|
RedirectMatch 404 /templates(/|$)
|
||||||
RedirectMatch 404 /include(/|$)
|
RedirectMatch 404 /include(/|$)
|
||||||
RedirectMatch 404 /scripts(/|$)
|
RedirectMatch 404 /scripts(/|$)
|
||||||
RedirectMatch 404 /sql(/|$)
|
RedirectMatch 404 /sql(/|$)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user