Search results

  1. C

    JQUERY FAIL on x10hosting but Works on Local Server

    Have you looked at the 'network' tab in developer tools (browser tool) to see what response there is when requesting the jQuery file that is hosted under your account?
  2. C

    Mod_Security

    That won't work with mod_security2 in the case of X10's free web hosting.
  3. C

    CSS not working.

    Works fine on my end. Have you tried clearing your cache?
  4. C

    Connecting to MySQL database

    ext/mysql was removed in PHP 7.0.
  5. C

    Website not working

    While I see that the name servers have been set up, I cannot say the same for the 'A' records for that domain. https://www.whatsmydns.net/#A/sergioalan.tk
  6. C

    is there free ssl available?

    If you have a custom domain, you can use Cloudflare's flexible SSL option in order to access the site via HTTPS.
  7. C

    Can't Change Wordpress variation prices ERROR 406

    If it is mod_security2 then they would need to turn off the rule that is causing it to trigger (has been done a few times in the past). They will not disable mod_security2 completely for accounts on free hosting and only offer such option on premium (paid).
  8. C

    "This site can’t provide a secure connection"

    Which browsers did it work on for you? The HTTPS version is inaccessible via Google Chrome Dev, Mozilla Firefox Nightly, Microsoft Edge and Microsoft Internet Explorer (on Windows 10). All to do with cipher mismatches. Even Qualys' SSL Server Test fails completely for both www and non-www...
  9. C

    SSL

    The best you can do with x10's free hosting is to use flexible universal "SSL" from Cloudflare ([client] =[secure]=>[cloudflare]=[insecure]=>[server]). As far as I'm aware, you would need a custom domain name for that.
  10. C

    Unmetered Disk Space Request

    From what I've gathered from the Xenforo license agreement, the domain you wish to use the license under has to be assigned to the license. (Refer to '1. Grant and Scope of License'.)
  11. C

    Website showing blank page suddenly, php errors set to on

    At the time of posting this, both links lead to the same page. Not blank, no errors. Looks functional.
  12. C

    Website update delays

    Varnish cache is used on the backend. More info (including how to turn it off for your site): https://x10hosting.com/support/general/varnish-cache
  13. C

    403 Forbidden connecting from Unity

    I'd say it's to do with what's in the request, like the user agent.
  14. C

    ftp host name and other questions

    If you do decide to log into cPanel directly even though it won't count towards activity, replace '#' in the URLs mentioned with '4' (xo4).
  15. C

    SSL Forwarding Error?

    Seeing that the domain isn't pointing to a server at least on my end, have you tried using CloudFlare for DNS (can be made DNS only)? Also, I can confirm your account is set up to work with that custom domain. With and without www.
  16. C

    Unable to connect to SQL

    By "remote," they mean that only PHP scripts under the same server (including under your account) can connect to the database with the MySQL user you had set up, belonging to the same server. You cannot use remote database management software on your PC to access the database nor can you connect...
  17. C

    .me domain cannot be added to hosting plan

    They would still need to add the domain to their X10 account regardless of CloudFlare. It is also checked if the domain is using the X10 name servers. If you were to use CloudFlare with a custom domain on X10, it would generally be like so... 1. set/change the nameserver records for the custom...
  18. C

    SSL Rewrite

    HSTS would do the job of telling the browser to stick with HTTPS automatically. For more information: https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet As for your browser redirecting you from HTTP to HTTPS, this could either be your site telling it to keep going to HTTP...
  19. C

    Blocked from cPanel

    Try checking it against IP blacklists.
  20. C

    Wordpress index.php always gets deleted

    It sounds that either someone has access to your (FTP) account or your WordPress installation is compromised (maybe out-of-date or the plugins used). Might want to have a look into that.
Top