From e4c4b0df452326c5cc9c0edd53b24e1ace4a239e Mon Sep 17 00:00:00 2001 From: objecttothis Date: Sat, 10 Dec 2022 10:36:03 +0400 Subject: [PATCH] Updated .htaccess files - Removed deprecated Apache 2.2 support (security) - merged CI4 variant --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 1c3faecab..c770e5e7d 100755 --- a/.htaccess +++ b/.htaccess @@ -7,8 +7,8 @@ RewriteRule "^(.*)$" "/public/" [R=301,L] # If you installed CodeIgniter in a subfolder, you will need to - # change the following line to match the subfolder you need. - # http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase + # change the following line to match the subfolder you need. Uncomment + # the line below and comment the line above. #RewriteRule "^(.*)$" "/[SUBDIRECTORY]/public/" [R=301,L]