Joera/woco/master/.htaccess - Htaccess File

Joera/woco/master/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache