Recent content by tsikerde

  1. T

    Subdomains do not work after cpanel update

    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
  2. T

    Subdomains do not work after cpanel update

    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.
  3. T

    Subdomains do not work after cpanel update

    I can see there is two folders of my subdomains inside public_html. Is there any way to instead point to my main folder without these subfolders?
  4. T

    Subdomains do not work after cpanel update

    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?
  5. T

    Subdomains do not work after cpanel update

    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
  6. T

    Subdomains do not work after cpanel update

    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...
  7. T

    Any way to see PHP - Server errors?

    I get the following error: is currently unable to handle this request. HTTP ERROR 500 Is there any way to see the php error that may be causing it?
Top