Jump to content

Tony M

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tony M

  1. If You deleted My sub-domain (example.heliohost.org) can I re-signup with the same sub-domain (example.heliohost.org) that You deleted it or I must choose a new one (example2.heliohost.org)?
  2. Is there a way to increase the Monthly Bandwidth Transfer Limit (by putting ads or something), is "Heliohost"planning to increase it or reduce it (I know that this question is 95% wrong, but I only suggesting)
  3. I suggest that You use a Top Level Domain for this kind of development
  4. Can I use <?php include("mypage.php"); ?> on every top of My pages and put in mypage.php the Gzip code, so that when I want to disable Gzip on all My pages, I only modify one page (I tested it and worked but I do not know if using php include for the Gzip code can make ERRORS or server errors....)
  5. I submitted an add-on domain but then I deleted it (to change the password by mistake), and when I was re-submitting the add-on domain I get error : "There was a problem creating the addondomain. Show Details" "Error from park wrapper: domain is already configured." But in the main menu of the add-om domains there are any add-on domains configured: "No Addon Domains are configured." and also in the DNS zone editor there aren't any domain configured Should I make a new account and delete this? Is there a way to reset My account? So what should I do?
  6. I tested the codes: <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?> and <?php ob_start("ob_gzhandler"); ?> and I tested them with different Gzip compression test tools and ALL WORKED But where to put the code <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?> in My pages, because every website tells different places. All My pages codes are like <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>My test page</title> </head> <body background="images/f.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> .................................................................................................... ............................................... .................................................................................................... ............................................... .................................................................................................... ............................................... </body> </html> so where to put the code (the Gzip code) in My pages?
  7. Thanks but Do this works 100% ok? I read the post at http://www.helionet.org/index/index.php?showtopic=5583 but I didn't really know what are You meaning in: You should be able to get it working with some other (rather complex) .htaccess directives, though. You would need to (using mod_rewrite) pipe all requests into a single PHP file that would GZIP everything as necessary
  8. Do "Heliohost" support enabling Gzip Compression ( http://betterexplained.com/articles/how-to...ip-compression/ ) in .htaccess (can I use Gzip in .htaccess)?
  9. I have this last question : When using SSI , do I need to change My files extension to .php or it will work even if the extensions still .html ?
  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. (I do not want any money from My website, I only want things to work) Thanks for Your Help, Ok I will use the code that You showed Me at "Post #14" AddHandler application/x-httpd-php5 .html .htm (in .htaccess) (If I experience some errors in this code, I will re-post the problem)
  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. Ok, I searched "Google" and find that there is a way to redirect (301) pages of .html to .php using .htaccess ( http://www.isitebuild.com/301-redirect.htm ), do this work? (If Yes, I think I would change all My files extension to .php and use this .htaccess code) RewriteEngine on RewriteBase / RewriteRule (.*).html$ /$1.php
  12. 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? Ok, if I change the extension to .php , "Google" might find that My pages are duplicate (and ban My website), because "Google" indexed My website when he was .html (all files ended with .html) and now he finds new pages who are the same but ends with .php . Ok, I think it is preferably to configure .htaccess to make html files to be php?
  13. 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. Ok, Do You mean that I will let (left) all My pages .html and only add the PHP code that You tell Me above (and they work like .php files)?
  14. Thank You (Bryon, Wizard) for Your posts and links for Tutorials , I have read Your posts links and searched "Google". But Now I had a problem, all My pages are HTML and I want to make them PHP . Ok, if I rename all My .html files to .php files do they work or I have to re-edit all My page to .php format (like using http://www.yellowpipe.com/yis/tools/HTML_c...ter/index.html)?
  15. I want to register a domain name and point it to My Heliohost account. So what should I put in the name1 and Ip1 and what is the type of resource record (NS, MX or other)
  16. Tony M

    Another DDoS attack

    From 2 days ago I when I was accessing My website, I waited more than 5 minute so than the page is completely loaded. Yesterday I was accessing Helionet.org and I received an error (this might be the problem that You are talking about). Today My website loaded in only 15 seconds (not 5 minutes like 2 days ago). So I think that all Errors are Now Corrected.
  17. Yes I read the requirements but I only want to know if this service is still available
  18. Thanks but I have this last question: What happened to the free domain service http://www.helionet.org/index/index.php?showforum=73
  19. I get this idea from http://www.helionet.org/index/index.php?sh...mode=linearplus
  20. I am a new user and I do not know how to know how many Helions do I have. So what should I do to know how many Helions do I have and how can I send them to an another user (at helionet.org)?
  21. Tony M

    djbob being stupid

    Thanks for the great work! My site is Up again
×
×
  • Create New...