tamviettech/e-par/master/public_html/public/xml/support/.htaccess
RewriteEngine On
#RewriteBase /lang-giang/
<FilesMatch ".(htaccess|htpasswd|ini|phps|fla|psd|log|sh|cmd|exe|bat)$">
Order Allow,Deny
Deny from all
</FilesMatch>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
Files
