Jump to content
TNG Community

Opening website on the internet


DickvV

Recommended Posts

You have to go to your hosting  account, in the section where you manage your domain. And redirect the domain to the sub folder /genealogie.

Link to comment
Share on other sites

35 minutes ago, Katryne said:

You have to go to your hosting  account, in the section where you manage your domain. And redirect the domain to the sub folder /genealogie.

Thank you for your response. I've looked there and I can create a sub-domain, but that's not the intention. Can you say a little more precisely how I can redirect to /genealogie?

Link to comment
Share on other sites

Difficult to explain : my  hosting management is in French and the management is different according to the various hosting providers.

There must be a section in your domain management where you can specify the sub-folder where you want the domain to connect.

Link to comment
Share on other sites

Rob Severijns

Dick,

I'm pretty sure that if you ask your hosting provider they can fix that for you.

You could also do a redirect via your .htacces file.

Should be something like this:

RedirectMatch 301 /https://www.dickvanvels.nl/genealogie/ /https://www.dickvanvels.nl/

You can find a lot of info on this topic if you do an internet search. .htacces redirect 301

First option is the safest of course.

Link to comment
Share on other sites

Thanks Rob!

In my htacces file I read:

RewriteEngine On

RewriteCond %{HTTPS}!=on

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

 

I'm wondering if I should completely replace this with the text you indicate or should I insert it into the text above? You see, I'm a layman in this area.

Link to comment
Share on other sites

Rob Severijns

Dick,

As far as I know it should be underneath the existing text.

Is the your website actually at  https://www.dickvanvels.nl/ ?

If you do a redirect your website should be at the designated location.

I'm not sure that's the case here.

Since I'm not an expert too I think it would be wise to ask your ISP to fix this for you.

Link to comment
Share on other sites

Yes Rob, I have placed your text under the mentioned text, but there is no result; I still get error 403 Forbidden

Dank voor je hulp, ik ga de info bestuderen!

Regards,

Dick

Link to comment
Share on other sites

The comments on my post helped me to find the solution.  

It went like this: Log in to the provider. There use the present Direct Admin Web control Panel 2012-2018 (JBMC Software):

In Dutch: DirectAdmin -> Geavanceerd (Advanced) -> Site doorsturingen (Site Forwarding).

Thanks for the help!

Dick

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...