Skip to content

Instantly share code, notes, and snippets.

@emrekose26
Created October 28, 2015 10:36
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 emrekose26/ed0db42cd68af46b0512 to your computer and use it in GitHub Desktop.
Save emrekose26/ed0db42cd68af46b0512 to your computer and use it in GitHub Desktop.
htaccess dns yönlendirme
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.yonleneceksiteismi\.com$
RewriteRule ^(.*)$ http://yonleneceksiteismi.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment