Skip to content

Instantly share code, notes, and snippets.

@daemonfire300
Created June 10, 2013 15:03
Show Gist options
  • Save daemonfire300/5749433 to your computer and use it in GitHub Desktop.
Save daemonfire300/5749433 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/gewünschteurl/ [OR]
RewriteCond %{HTTP_HOST} ^dieServerBasisAdresse.de$
RewriteRule ^(.*)$ http://dieServerBasisAdresse.de/diehtmldatei.html [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment