Jump to content

abraham

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by abraham

  1. Hi all, i have received a mail saying my domain is about to expire due to inactivity, "You should log in to your control panel as soon as possible in order to prevent account suspension" says. However, first thing is that i have entered to cPanel like a month ago and i think that inactivity period is longer than that, second thing is that the email says the account "will be suspended in seven days on August 31st, 2010", but actually when i try to enter to cPanel i get this error: Sorry for the inconvenience! The filesystem mounted at / on this server is running out of disk space. cPanel operations have been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition. *** i'm afraid i can't enter to cPanel and then having my domain suspended =/ please help. Thanks in advance.
  2. hi again, thanks for your answers. i removed all security from my domain, so that brontocorp.heliohost.org returns a simple index.html with this text: "this site is just this page". However, i'm still having the internal server error in the subdomain... On the other hand, if i access cbvusb.brontocorp.heliohost.org/index.html, that page actually loads properly, wich only have the text "ejemplo". Finally, there's nothing in the Cpanel's error log :S so i'm really confused, i think i have to configure some routing but i don't know how can i achieve that. Thanks for your attention.
  3. Hi all, yesterday i created a subdomain: cbvusb.brontocorp.heliohost.org, i waited the 24 hours and a little more and i think i have the subdomain running. However, what i get once i go there is: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@cbvusb.brontocorp.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.2 Python/2.4.3 Server at cbvusb.brontocorp.heliohost.org Port 80 ... I tried putting an index.html file inside the folder of the subdomain but i get the same result, do i have to perform some configuration to have my subdomain running properly? Thanks in advance!
  4. i found the problem, really noob btw, i named the file index.html instead of index.php -.-U ... everything is good now thanks for your help.
  5. I think that when the php code is just a line you don't need to add a semi-colon. However, i tried that way and nothing... is PHP active only for some "premium accounts" or something? i created my domain for free.
  6. hello everybody! I just received the validation of my first domain and i'm pretty new with this... i created an index.html file with this code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> Welcome to Brontocorp</title> </head> <body> <h1>BRONTOCORP</h1> <?php echo "time is ".time() ?> <?php echo "hello" ?> <h2>End of php code</h2> </body> </html> but the only thing i get is: Brontocorp End of php code ... so, how can i activate the php code?? help please... thanks in advance
×
×
  • Create New...