Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. If you deleted it through ftp then it's gone. I'm assuming your blog is inside your root diectory and not a folder? What blog are you using?
  2. I didn't realize you had anything else using your htacess file before I told you to delete it. Do you still have the htaccess file inside your trash bin?
  3. Don't know. I guess you need to ask djbob about that.
  4. This is a heliohost sub-domain: your-site.heliohost.org This is a parked domain: your-site.co.cc djbob is not a moderator, he is the owner/adminstrator. Did you read my last post about re-installing WP in your Parked Domain? EDIT: I just finished installing WP choosing my Parked Domain as my domain and the links seem to be following my Parked Domain. REMOVED:http://bybyron.uni.cc/blog/ So that's what you need to do.
  5. I just went through the steps to install WP from my cPanel and it gave me the option to nstall it in my parked domain instead of my heliohost domain. So that's probably what you'll need to do is re-install WP in your parked domain. Look for this at Fantastico: Installation location Install on domain and then dropdown menu.
  6. I'm not familiar with 'permalinks' so it might be better to wait for djbob's reply before you do what I'm about to suggest. I'm guessing you used your heliohost sub-domain to go to cpanel to install WP? Maybe if you went to your cpanel via your parked domain and re-installed WP it would change the 'permalinks' to the parked domain?
  7. You might want to check the links on your pages and make sure your using relative urls and not absolute urls. Otherwise you shouldn't get redirected to the heliohost sub-domain.
  8. Cron stands for 'chronograph'. Normally you set up cron jobs from your cPanel Cron Manager. Cron jobs execute scripts automatically at a preset time that you choose. They can run as often as every minute up to only once a year, but Heliohost only allows two crons, each to run only once a day unless you get permission otherwise. http://en.wikipedia.org/wiki/Cron
  9. You'll need to wait at least 24 hours maybe 48.
  10. Yea find is nice but "Search & Replace" is better. Click Replace on this tool. Made by a friend of mine (not me) http://byrondallas.heliohost.org/Sonny/xlectric-testbed.html You'll need to paste something inside the textarea like code or text to use the option.
  11. Moving to "Customer Service" and would you please post your domain name.
  12. If this was the page you saw: http://heliohost.org/suspended.page/ it could be any of those reasons. You'll need to post your domain name to find out from the administrator what the reason was.
  13. You can have any page your home page but if you want your root directory to default to it when you post just your domain name ie: http://heliohost.org then you'll either need to use a index.html, index.shtml, index.php etc. or change it inside your .htaccess file with this: DirectoryIndex FR2home.html btw, you really don't want to have any spaces in a url like this FR2 home.html. Better if it was like this: FR2_home.html or FR2-home.html
  14. Try something like this: <form action="mailto:myname@yahoo.com" method="post"> <input type="hidden" name="subject" value="Emailer"> Your Name:<br> <input type="text" size="20" name="Visitor Name"><br><br> Your Comment:<br> <textarea name="Visitor Comment" rows="4" cols="20"></textarea><br><br> <input type="submit" value="Email This Form"> </form> or better yet, use a php mail form so bots can't see your email address. Upload this to your site and name it with a .php extension and change where it says: your_email@yahoo.com to your email address. http://byrondallas.heliohost.org/temp/email_form.txt
  15. Byron

    Vacation to Europe

    Never been myself but would love to go. Hope you have a great time!
  16. And it should say this when your done! http://validator.w3.org/check?uri=http%3A%...ine&group=0
  17. Great! I wasn't aware you could do this. How do you enter all four nameservers when the dns provider only shows 2 text fields for the nameservers? ie: ns1: ns2:
  18. The doctype tells the browser how to render the page. For it to really work you need to have a valid markup. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  19. Not sure why you got a 404? After filling out the forms on my tool and using http://timeout.heliohost.org as an example of your site, did it look like this? http://byrondallas.heliohost.org/tools/ftp...ader-multi.html
  20. Byron

    Ftp error

    It depends on the directory tree when you zip up a folder and extracts exactly the same way. I can't help you with filezilla, sorry.
  21. Your not going to be able to have two servers using the same domain name. What is the name of your heliohost domain? I can't help you there, sorry.
  22. Byron

    Ftp error

    Try looking inside this directory. http://olor2002fourm.heliohost.org/home/ http://olor2002fourm.heliohost.org/home/in...eme/content.css
  23. Byron

    Ftp error

    Did you refresh the directory to see if a couple of folders got created from the extraction? Maybe that was all that was in the zip file? It got extracted: http://olor2002fourm.heliohost.org/home/in...eme/content.css Look at the path. Created a home directory inside the public_html directory.
  24. You can do it with mod rewrite. This would go inside the .htaccess file of your first host (alwahshnt.net): RewriteEngine On RewriteCond %{TIME_SEC} ^[0-2][0-9]$ RewriteRule ^(.*)$ http://alwahshnt.heliohost.org/$1 [R=302,L] Rewrite above redirects in seconds - if its 29 seconds into current minute, first site. After 29 seconds, heliohost site.
×
×
  • Create New...