Skip to content

Commit f73b70e

Browse files
committed
[FIX] Templates 404 in htaccess
1 parent c81d2d1 commit f73b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ErrorDocument 404 /public/index.php?page=error&action=404
22
RedirectMatch 404 /logs(/|$)
3-
RedirectMatch 404 /templtes(/|$)
3+
RedirectMatch 404 /templates(/|$)
44
RedirectMatch 404 /include(/|$)
55
RedirectMatch 404 /scripts(/|$)
66
RedirectMatch 404 /sql(/|$)

0 commit comments

Comments
 (0)