Skip to content

Instantly share code, notes, and snippets.

@saltun
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saltun/f3256b8d936ff501111c to your computer and use it in GitHub Desktop.
Save saltun/f3256b8d936ff501111c to your computer and use it in GitHub Desktop.
Tüm Sub Domainleri yönlendirme
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^siteadi.com$ [NC]
RewriteRule ^(.*)$ http://siteadi.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment