NitinPrakash/CakePHP-BackOffice/master/app/.htaccess - Htaccess File

NitinPrakash/CakePHP-BackOffice/master/app/.htaccess

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache