acaciovilela/acaciovilela/master/.htaccess - Htaccess File

acaciovilela/acaciovilela/master/.htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?acacio.com$
RewriteCond %{REQUEST_URI} !^/public/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /public/$1
RewriteCond %{HTTP_HOST} ^(www.)?acacio.com$
RewriteRule ^(/)?$ public/index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache