Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Did you check your error log at your cpanel?
  2. OK I've removed jer0me24.heliohost.org. You can go ahead and register another domain.
  3. You also have two other options that will allow you to keep the .html extension with SSI. Option 1. Add this to your .htaccess file: AddHandler server-parsed .html Option 2. Add this to your .htaccess file: XBitHack on and chmod your html files that have SSI to 744.
  4. No we don't allow you have your own php.ini file, Sorry.
  5. This support request is being escalated to our root admin.
  6. This support request is being escalated to our root admin.
  7. Do you have any music files or large images on your site that somebody else might have been using?
  8. Byron

    Help me

    Looks like it is activated.
  9. Post your addon domain issues here. http://www.helionet.org/index/index.php?showtopic=5553
  10. That would work but that's going to redirect ANY .html request to the .php version. Do you really want ALL .html request redirected? Are you depeding on your Google rankings to make you any money? If your not, then I would just change all of the extensions (if that's what you really want to do) and not redirect at all. I myself would probably just go with the .htaccess, but it's totally up to you what you want to do.
  11. OK then add this line of code inside your public_html .htacess file: AddHandler application/x-httpd-php5 .html .htm That will cause all of your html files to be parsed as php files, which will allow you to use php code inside your html files.
  12. I think the modules he is talking about are the modules that get installed through the cpanel and they get installed in the home directory. I think there is some instructions at the cpanel that tells you how to code your script to connect to the modules.
  13. No you'll have to change the extension to .php for the php code to work, but you won't have to change anything about the html inside the pages. There is another way (which may be considered more of a hack) and that's to use htaccess to make your html pages act like php. That would keep you from changing 200 pages to a .php extension. Would you rather use the htaccess and not change the extensions?
  14. No you won't have to do any editing for your html pages to work as they did before. You will however be able to use php on your pages which will give you greater flexability.
  15. Your definition isn't defining the php include function. The php include function is not a hack, it is the correct way to add a header, menu, or footer on several php pages so that editing only one page changes all pages. http://php.net/manual/en/function.include.php This wouldn't be a time consuming task if he would have set his pages up at first using the include function. It's going to be time consuming no matter what he does to correct it. I don't know mysql but i really don't think just one page is going to correct his problem. Also learning php and mysql isn't something you can learn overnite and I'm sure he would like to correct his pages before learning them.
  16. Byron

    Setup Error

    OK I've changed your domain to: flightslandscaping.com
  17. I see a page that says: Coming Soon..... try refreshing your cache.
  18. I tried your code on my site without any problems. Try it without the + signs and see if that works for you. Options Indexes MultiViews FollowSymlinks I take that back. I did seem to have some problems. Try it like this: Options All Indexes MultiViews FollowSymlinks or better yet Options All MultiViews Options All takes care of everything except Multiviews.
  19. Give it 24 hours to resolve and if your still not seeing your main domain through your parked domain, post back.
  20. It takes 24 hours to see your addons in your cpanel after you've configured them.
  21. No not really a hack. It's the correct way to do a header and a footer for a website (that doesn't use MySql). That way you only edit the header or footer page to change 200 pages. It may be better for him to use MySql to change 200 pages, but since I'm not familiar with MySql I can't say. Some day I intend to learn.
  22. I'm seeing your test page when I go here: http://kortoworlds.co.cc/ Try refreshing your cache.
  23. The best way to do what you want is to make one header page and one main menu page and use php includes on ALL your pages. Then on ALL of your pages you would include your header page and your main menu page (where you wanted it to show) like this: <?php include("files/header.html"); ?> <?php include("files/main_menu.html"); ?> Then all you have to do is edit one header page and one footer page to change them all. Keep in mind that all of your pages need to be php pages to use a php include. Of course if they are html pages you can use htaccess to cause html pages to be parsed as php pages without having to change the extension from html to php. EDIT: Here's a couple of tutorials. You can find many more about php includes at Google. http://www.tizag.com/phpT/include.php http://www.w3schools.com/PHP/php_includes.asp If you need help to make you html pages act as php let me know.
  24. If you want this domain brucerob.eu to point to heliohost, than you need to point it to heliohost. If you want it to go to another server than it needs to point to thst server. You can't have it pointing to two different places.
×
×
  • Create New...