Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. I'm sorry about your data loss but I doubt heliohost had anything to do with your it since nobody else has experienced this same problem and it's your responsibility to keep a back up of your site. Didn't you back up your files every so often?
  2. Cool site. Another thing is that if you'll validate your pages using a strict doctype it will insure that the major browsers will render you pages all the same way. Using a loose doctype won't do the same thing.
  3. Looks like your missing the www folder also. Go to your directory where you made you screen shot and make sure that the public_html directory has the permssions 750. Then create the www folder and set it's permissions to 750. Then create the public_ftp folder and set it's permissions to 755. After you create the public_ftp, then go inside that folder and create a folder called incoming and the permissions should default to 755 and that's what you want. Also if you intend to use your server mail you'll need to create a folder called mail and set the permissions to 770. I think that should take care of it unless you deleted some of the default files in your user directory? Go to your site through this url and make sure you see a few dot folders (.cpanel, .htpasswds, and .trash) and dot files that normally don't show. http://tslnyy.heliohost.org:2082/frontend/...den=1&dir=/
  4. Everything you want the world to see should go inside your public_html folder and that includes sub folders inside your public_html like your cgi-bin, or your images folder, or any folder you choose to create. If your images aren't showing up on your web pages then check the url path on the pages themselves to see if they are pointing to another folder besides the folder the page is in.
  5. Works for me: http://byrondallas.heliohost.org/hello_world.pro What about the .phps extension to show color coded php code? Did you find anything out about it?
  6. You were right in not adding the www when registering. Your true domain name is unionelemental.com without the www. The www is actually a subdomain sorta, kinda, I think.
  7. I see it's working fine for me too. Good luck!
  8. Go to your cPanel and click onto Parked Domains and make sure it's not set up to redirect. Right now your domain isn't redirecting or showing up as your domain for me: http://charityproxy.us/ but you still need to wait 24 hrs for the dns to take effect, but I still advise you to contact your dns provider and ask them about filling out the forms correctly in the meantime.
  9. A parked domain should show as your domain. http://charityproxy.us should go directly to this domain here: http://charityproxy.heliohost.org btw, to be absolutely sure I'm giving you the correct information about setting up your domain name it might be best to contact your dns provider and ask them if you have it correct and provide them with this info for heliohost. ns1.heliohost.org is 65.19.143.4, and ns2.heliohost.org is 65.19.143.5
  10. Enter these ip address's in this order for the form above. 65.19.143.4 65.19.143.5 Enter these nameservers in this order for the form above: ns1.heliohost.org ns2.heliohost.org If I'm wrong somebody please correct.
  11. The nameservers for heliohost are: ns1.heliohost.org ns2.heliohost.org is your dns provider asking for the ip address's too?
  12. Did somebody else set up the nameservers for you? The reason I ask how long ago is because it can take anywhere from 24 to 72 hours for the dns changes to take place.
  13. Right now charityproxy.us isn't showing any ns records. How long ago were the nameservers changed?
  14. Do you see an index page inside the joomla folder?
  15. Was it your public_html folder that you deleted? Please post your domain name.
  16. Give it at least 24 hours from your sign up time and if it still doesn't work, post back with your domain name.
  17. I tried both the AddType and the AdHandler and neither one nor both together worked for me either. AddType application/x-httpd-php .pro AddHandler application/x-httpd-php .pro I Also noticed awhile back that the .phps extention doesn't work either and the mime type is already there by default in the MIME Types. http://byrondallas.heliohost.org/php/countdown.phps Maybe djbob will look into this?
  18. Did you try adding this to your .htaccess file? AddHandler application/x-httpd-php .pro
  19. Read the section on how to test your favicon: http://www.1stsitefree.com/howcani/favicon.htm
  20. You'l probably need to do a refresh to see it.
  21. I can't help you with FileZilla cause I don't use it. Can't you go to your cPanel File Manager and edit your page that way? Just click the icon (not the name) of the index.html page and you'll see the file options. Click the "Edit File" link and edit away.
  22. I don't know what ftp client your using but you just look for the index.html page (that you already have) and click the edit option. How did you create the page that's there now?
  23. If your going to have your own website, then you need to understand a little html. This is how it's coded on a page: <html> <head> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <title></title> </head> <body> </body> </html>
  24. There's nothing to really understand. Just upload the icon to your public_html folder (root) and then if you want to put it on a page, add the code I posted somewhere inside the head tags.
×
×
  • Create New...