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]