How to set an url for a second domain?

pschmitz

New member
Joined
Dec 24, 2021
Messages
4
I have a second domain which I want to land directly on a page of a site with the first domain.
The second domain is now a pointer of the first domain.

So, dagvandefilosofischepraktijk.nl should link to the url: https://www.vfp.nl/dagvandeparktijk/

How can I do that in DirectAdmin vs 1.63.3
 
You can do that either with a site redirection or with a redirect via a .htaccess file in the public_html root of the first domain.
 
They are easy to be found on internet via Google, I use that too, because I'm not that good in code either. :)
Why not just use the redirect option in Directadmin? Much easier.

Anyway, you could try this:
Code:
RewriteEngine on
Redirect 301 / https://www.vfp.nl/dagvandeparktijk
Not sure this will work correct. But there are loads of examples on the net.
Or maybe somebody else can place a better one.
 
The DirectAdmin of my provider doesnot accept site redirections.

Thanks for your reply!
 
They removed that from your customer options? Very odd.
Anyway, remind that this is a Directadmin admin/resellers support forum, not for end customers, so next time best ask your hoster for support, becasue he's responsible for the DA support. ;)
 
There are also lots of computerforums for the normal simple questions. If you hoster does not give good support, you might want to consider changing to a better one. ;)
 
So, dagvandefilosofischepraktijk.nl should link to the url: https://www.vfp.nl/dagvandeparktijk/
vfp.nl redir is in to:

https://dagvandefilosofischepraktijk.nl/ bad cert
Websites bewijzen hun identiteit via certificaten. Firefox vertrouwt deze website niet, omdat een certificaat wordt gebruikt dat niet geldig is voor dagvandefilosofischepraktijk.nl. Het certificaat is alleen geldig voor de volgende namen: verenigingfilosofischepraktijk.nl, www.verenigingfilosofischepraktijk.nl
 
Back
Top