IGYD/yii2/master/.htaccess - Htaccess File

IGYD/yii2/master/.htaccess

# prevent directory listings
# Options -Indexes
IndexIgnore */*

# follow symbolic links
# Options FollowSymlinks
RewriteEngine on

RewriteRule ^admin(/.+)?$ /backend/web/$1 [L,PT]
RewriteRule ^(admin)/$ /$1 [L,R=301]
RewriteRule ^(.+)?$ /frontend/web/$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache