aldogint/sistemInformasiBus/master/.htaccess - Htaccess File

aldogint/sistemInformasiBus/master/.htaccess

Options -Indexes

RewriteEngine on

RewriteCond %{REQUEST_URI} !^/ta/admin
RewriteRule ^(.*)$ frontend/web/$1 [L]

RewriteCond %{REQUEST_URI} ^/ta/admin
RewriteRule ^admin(.*) backend/web/$1 [L]

# Deny accessing below extensions
<Files ~ "(.json|.lock|.git)">
Order allow,deny
Deny from all
</Files>

# Deny accessing dot files
RewriteRule (^.|/.) - [F]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache