sidisinsane/data-wrapper/master/.htaccess - Htaccess File

sidisinsane/data-wrapper/master/.htaccess

# rewrites URL to datawrapper de
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} !^localhost$
RewriteCond %{HTTP_HOST} !^datawrapper.de$ [NC]
RewriteRule ^(.*)$ http://datawrapper.de/$1 [R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache