Htaccess File

tamviettech/e-par/master/public_html/public/xml/support/.htaccess

REQUEST_FILENAME
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]
Exit mobile version