Bolaxax/lidiun-package/master/.htaccess - Htaccess File

Bolaxax/lidiun-package/master/.htaccess

order allow,deny
allow from all

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.app.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^localhost$
RewriteCond %{REQUEST_URI} !/app/public/

RewriteRule (.*) /app/public/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache