ronikpvl/7mor/master/.htaccess - Htaccess File

ronikpvl/7mor/master/.htaccess

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

# Mod_Rewrite
<IfModule mod_rewrite.c>
  Options +FollowSymlinks

  RewriteEngine On
  IndexIgnore */*
  RewriteRule ^admin/(.*)?$ /backend/web/$1 [L,PT]
  RewriteRule ^([^/].*)?$ /frontend/web/$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache