<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^/public/
    RewriteRule ^(.*)$ /public/$1 [L,QSA]
</IfModule>
<Limit GET POST>
    order allow,deny  # Thứ tự xử lý: cho phép trước, sau đó mới chặn
    allow from all  # Cho phép tất cả IP truy cập
</Limit>


# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
#<IfModule mime_module>
#  AddHandler application/x-httpd-ea-php82 .php .php8 .phtml
#</IfModule>
# php -- END cPanel-generated handler, do not edit

<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 2001:0ee0:51ea:c920:74d6:b43d:0529:8109
deny from 2001:0ee0:51ea:c920:5cd1:47f4:8b03:980b
deny from 2001:0ee0:51ea:c920:587d:5ef4:0e8e:2205
