Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. I recieved your email and you should have gotten my reply.
  2. I'm going to PM you my email address and let you try to send me an email.
  3. Were those saying Delivery Failure? Some email providers block our emails.
  4. Did you check you spam folders?
  5. Post back if you still can't login this same time tomorrow.
  6. He's just lucky I guess. But you on the otherhand are still going to have to wait until your site comes out of the queue. You can try logging into your cpanel through this url: http://heliohost.org:2082/frontend/x3/index.php
  7. Ok just be aware and beware, lol.
  8. Who are the email providers (Yahoo, Hotmail, Google, etc.) that are not recieving your emails?
  9. I just checked and your site is still in the Queue. Give it another 24 hours. In the meantime you can try logging into your cpanel through the Heliohost Home page. btw, did you read this in Big Bold Red letters? Intentional use of incorrect spelling or grammar will not be tolerated.
  10. When you enter you username: Adamjo19; are you using a capital A or a lowercase a?
  11. Make sure you enter your username and password ALL in lowercase.
  12. Ok I've deleted your account.
  13. Because the ip in your post didn't match the ip you registered with I've sent you an email asking you to verify you wanting me to delete your account.
  14. No, just post your domain name and username and I'll delete it and let you create a new account.
  15. Post your domain name and username and I'll delete it.
  16. This support request is being escalated to our root admin.
  17. This support request is being escalated to our root admin. Note to djbob: I changed his domain from odgara.heliohost.org to odgara.co.cc and he says his SSL Manager at cpanel is still showing his old heliohost domain name.
  18. No, lets get this issue resolved first and then you can start a new topic requesting a dedicated ip.
  19. Not at this time. We don't allow exec().
  20. That should happen within the next 3 months if all goes well and we should be able to offer more features.
  21. OK. Did clearing your cache help your problem?
  22. I believe you hit the nail on the head djbob. Yeah it makes way more sense to use the "File" tag directive than to use IndexIgnore with sensitive files. Thanks djbob for clearing this up for both of us.
  23. You maybe right about it using order deny, allow, but I really couldn't say for sure. I'll see if I can talk djbob into coming over here when he gets time to answer your question since he's the one who configured the server. In the meantime you might want to check out some more htaccess directives you can use for your htaccess file. http://httpd.apache.org/docs/2.2/
  24. ALWAYS put it at the top of your page right before the doctype (below). <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>My test page</title> </head> You'll never see that php code in the source of the page. Just a space before the doctype. And I guess you already know that the page has to have a .php extension.
  25. Yes and its done with Apache mod_autoindex and that would also include dot files like your .htaccess. No problem!
×
×
  • Create New...