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

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache