Updated .htaccess files

- Removed deprecated Apache 2.2 support (security)
- merged CI4 variant
This commit is contained in:
objecttothis
2022-12-10 10:36:03 +04:00
committed by Steve Ireland
parent 016912dba6
commit e4c4b0df45

View File

@@ -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]
</IfModule>