voer-platform/vpq/master/.htaccess - Htaccess File

voer-platform/vpq/master/.htaccess

<IfModule mod_rewrite.c>
  Options -Indexes
  RewriteEngine on
  RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
  RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
  RewriteRule    ^$ app/webroot/    [L]
  RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache