farindra/7erp/master/.htaccess - Htaccess File

farindra/7erp/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
php_value max_execution_time 120

On Github License

Files

Download PDF of Htaccess file

Comments

Apache