Domain Redirects

Greetings Fellow Magistrates,

We are consolidating our websites now that we have done a top down redesign of our main site. With that we have 3 domains domainx.org, domainx.com, and domainx.net that we would like redirected to domainy.net but those three domains should actually go to domainy.net/SubPage. I looked at two docs on the tutorials pages and am a bit confused. I do not see a .htaccess page nor do I follow where to put a redirect in a directory.

Any help would be appreciated.

Thanks,

Jeff

1 Reply

If you are using Apache HTTPD, then you can write redirects in either your vhost file(s) or an .htaccess file in the document root of each site.

https://httpd.apache.org/docs/2.4/rewri … pping.html">https://httpd.apache.org/docs/2.4/rewrite/remapping.html

If you are using Nginx, you have to make sure your copy has the redirect module compiled in: http://nginx.org/en/docs/http/ngx_http_ … odule.html">http://nginx.org/en/docs/http/ngxhttprewrite_module.html

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct