ofxa/openeffects.org/master/public/.htaccess - Htaccess File

ofxa/openeffects.org/master/public/.htaccess

RewriteEngine On
RewriteBase /

# Remove www
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

# remove trailing slash - causes a redirect
# RewriteRule ^(.*)/$ /$1 [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache