Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htaccess redirecting to yoursite.com #15

Open
jakubsuchy opened this issue Oct 18, 2012 · 1 comment
Open

htaccess redirecting to yoursite.com #15

jakubsuchy opened this issue Oct 18, 2012 · 1 comment

Comments

@jakubsuchy
Copy link
Owner

RewriteCond %{HTTP_HOST} ^drupalcz.prod.acquia-sites.com$ [NC]
RewriteRule ^(.*)$ http://yoursite.com/$1 [L,R=301]

@sohananktech
Copy link

This allows you to redirect your entire website to any other domain
Redirect 301 / http://mt-example.com/

This allows you to redirect your entire website to any other domain
Redirect 302 / http://mt-example.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants