oliveram2284/grupoemedia/master/root/.htaccess - Htaccess File

oliveram2284/grupoemedia/master/root/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  # Uncomment if you have a .well-known directory in the root folder, e.g. for the Let's Encrypt challenge
  # https://tools.ietf.org/html/rfc5785
  #RewriteRule ^(.well-known/.*)$ $1 [L]
  RewriteRule ^$ app/webroot/ [L]
  RewriteRule (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache