eaiovnaovbqoebvqoeavibavo
# redirect to public page
RewriteEngine On
RewriteCond %{REQUEST_URI} !^public$
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC]
#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. Uncomment
# the line below and comment the line above.
RewriteRule "^(.*)$" "[[relativeurl]]/public/" [R=301,L]
# disable directory browsing
# For security reasons, Option all cannot be overridden.
Options +SymLinksIfOwnerMatch -Indexes
# prevent folder listing
IndexIgnore *
Header always set X-Frame-Options "SAMEORIGIN"
# secure htaccess file
Require all denied
# prevent access to PHP error log
Require all denied
# prevent access to LICENSE
Require all denied
# prevent access to csv, txt and md files
Require all denied