I have set up a Wordpress in multisite mode.
Main site is dev.heaj.be (ultimately will be heaj.be)
"child" sites will be subdomains, i.e. infographie.dev.heaj.be
Expected behaviour:
be able to navigate on infographie.dev.heaj.be and infographie.dev.heaj.be/wp-admin/, both admin and frontend.
Present behaviour:
I can access http://infographie.dev.heaj.be/wp-admin/ and navigate inside the Admin I can access any "deep" page like http://infographie.dev.heaj.be/infographie/disciplines/webdesign-multimedia/ I cannot access the homepage: http://infographie.dev.heaj.be/ : it shows the cpanel default page.
steps i've tried so far:
I've checked the server's error_log but nothing shows up that is even remotely related to this user account.
I suspected an .htaccess rewrite rule misconfiguration but i've purposefully put mistakes in it, and it shows a 500 if i go on an Admin url, and the cpanel default page on the home url, so the .htaccess is not even read by the request, the redirection kicks in before, i guess in the httpd.conf. But modifying it won't work, as cPanel will write over it on the first occasion.
I've added *.dev.heaj.be in cPanel's Subdomains interface.
Any advise/help would be much appreciated, thank you.