Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


cPanels - can the main domain point to a subdirectory? How?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

cPanels - can the main domain point to a subdirectory? How?

dergelbedergelbe Member
edited January 2020 in General

When I started with a new shared host I used a domain name that I used elsewhere as main domain, pointing at /public_html/.

Now I want to put that domain live but not in /public_html/ but rather /public_html/nextaddon/, otherwise it looks very messy with other domain (each in its own folder) already running.

But looks like cPanel has no option to change the landing folder for the main domain.

I tried this .htaccess:

RewriteEngine On
RewriteRule ^$ /nextaddon [L]

But then site opens as nextaddon.com/nextaddon - with page not found. That isn't ideal.

What are my options here?

Comments

Sign In or Register to comment.