I figured out a hackish solution. I am using Drupal so your milage may vary. Here is the two files you need to make this work:
index.php
<?
chdir("../");
include("index.php")
?>
.htaccess
RewriteEngine On
Redirect 301 /sites http://tsikerdekis.com/sites
This is not possible. For security reasons, I cannot put an .htaccess on the subdomain folder and point it to the parent folder. Any other options?
Btw, through apache configuration this is extremely easy to fix. Even cpanel supports setting the root directory of a subdomain.
It did update after a while, now it is showing thanos.tsikerdekis.com
But, how do I point this subdomain to the drupal installation instead of the placeholder?
So I renamed the default domain to tsikerdekis.com and set two subdomains, but now I get this when I try to access thanos.tsikerdekis.com
This is a placeholder for the subdomain thanos.tsikerdekis.x10host.com
I don't get it :S
This used to work before the cpanel update.
I have domain names at cloudflare pointing to the new server at 198.91.81.12. tsikerdekis.com A points to the IP CNAME michael points to tsikerdekis.com
Yet when I access tsikerdekis.com it redirects me to the website (currently there is a drupal...