Jump to content

yashrs

Moderators
  • Posts

    1,065
  • Joined

  • Last visited

  • Days Won

    54

Posts posted by yashrs

  1. Emptied all fields, but it keeps saying that the nameserver's invalid.

     

    Dont enter the same nameserver again in the second box. Also, if you need help, I can help you through teamviewer, PM me the time suitable to you, or else I could register the .tk domain for you, and will keep renewing it with mine :).

     

    If someone else registers the domain for you on their own dot.tk account, you won't have control over it so you cannot renew it when it expires. I just tried registering a random domain on dot.tk (the domain isn't hosted at heliohost or anywhere) but it let me add it. I still think you are trying to use dot tk's dns instead of heliohost. Please empty all fields under 'use dot tk dns', click on 'use my own dns' and enter ns1.heliohost.org there.

    Also, hussam, the name servers are "ns1.heliohost.org", "ns2.heliohost.org" and not "ns1.heliohost.com", 'ns1.heliohost.com".

    • Like 1
  2. @crsus what @hussam is trying to say is to move all the files in the joomla folder to the root of the public_html folder so that the joomla doesn't come in between, and also the index of the website isnt shown.

     

    The page configuration.php that you are trying to open, check the permission of that file. The permission should be 644, so that you can write on it.

  3. 216.218.192.170 is the IP address of Heliohost. It would always bring the Account Queued Page. This IP 216.218.192.170, is shared for many ten thousands of websites. Just wait for around 24 hours after you made changes to the NS record. The site will be up at www.happypuppyairsoft.com, and not 216.218.192.170. :)

  4. I want to enable gzip compression on my website.

    Tried using this code(in the .htaccess):

    <ifModule mod_gzip.c>
    mod_gzip_on Yes
    mod_gzip_dechunk Yes
    mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
    mod_gzip_item_include handler ^cgi-script$
    mod_gzip_item_include mime ^text/.*
    mod_gzip_item_include mime ^application/x-javascript.*
    mod_gzip_item_exclude mime ^image/.*
    mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </ifModule>

    Also tried this:

    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript

    Tell me if somebody has a working solution.

    • Like 2
  5. I am assuming that you are on Stevie. This relates to the problem of MySQL in Stevie since Mid-Feb. MySQL goes up and down many times. Though this rate has improved, this has not stopped fully. The MySQL database goes down for a while, sometimes in a day..

    This might be the error you are receiving

    Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    The server is not responding (or the local server's socket is not correctly configured). 
    

    Try after some time and you will be able to access it.

    (Or else, try changing password form cPanel, with the option Allow MySQL Password change.)

  6. I want to execute some php on html pages.

    Already tried this:- ( doesn't work )

    AddType application/x-httpd-php htm html
    

    AddHandler application/x-httpd-php .html
    

    <FilesMatch "\.html$">
       SetHandler application/x-httpd-php
    </FilesMatch>
    

     

    Let me know if anybody has some idea to get this running.

×
×
  • Create New...