haydiru/TMP/master/.htaccess - Htaccess File

haydiru/TMP/master/.htaccess

# prevent directory listings
Options -Indexes
IndexIgnore */*
 
# follow symbolic links
Options FollowSymlinks
RewriteEngine on
RewriteRule ^administrator(/.+)?$ backend/web/$1 [L,PT]
RewriteRule ^(.+)?$ frontend/web/$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache