mrbighokage/seven-task-php/master/.htaccess - Htaccess File

mrbighokage/seven-task-php/master/.htaccess

<IfModule mod_autoindex.c>
  Options -Indexes
</IfModule>

<IfModule mod_rewrite.c>
  Options +FollowSymLinks
  RewriteEngine On
  RewriteBase /

  RewriteRule ^admin/?(.*)?$ /backend/web/$1 [L]
  RewriteRule ^statics/?(.*)?$ /statics/web/$1 [L]
  RewriteRule ^([^/].*)?$ /frontend/web/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
static

Comments

Apache