Search results

  1. Anna

    account suspension issue

    The only thing that counts towards keeping your account active is logging in to the portal at: https://x10hosting.com/sso/login Editing files through ftp, or direct cpanel login, will not count, nor will visits to your own site.
  2. Anna

    Made a minor update to my css file, uploaded, live URL is not updating

    That is likely due to the cache we have implemented, for most cases it is a good thing but it can delay changes a little bit as the server pulls the files from cache rather then to read and interpet the code with every pageview. If you're still not seeing your changes you could try clearing...
  3. Anna

    illuminated Cpanel down again

    Should be good to go again now.
  4. Anna

    Change the main domain name

    A parked domain does have the same documet root as the main domain and would act as an alias of the main domain. The main domain for the account needs to be one of the domains we provide to ensure there's always one working domain on the account (we have had issues in the past where they let...
  5. Anna

    Illuminated Server is partially down again

    I have once again sent message to admins with access to the server to rectify the issue
  6. Anna

    illuminated Cpanel down again

    I have once again sent message to admins with access to the server to rectify the issue
  7. Anna

    illuminated server issue

    Disk ended up getting full due to testing/troubleshooting of the backup system by the software company that provides the backup functionality.
  8. Anna

    illuminated server issue

    Should be back in order now. Apparently there was an issue that arose while trying to get backups back to working order.
  9. Anna

    Creating subdomain not working

    That should have been added automatically when the subdomain was created. I can however confirm that it was missing, I have added the records needed for the subdomain. Though it would not be listed under simple editor, only the advanced editor would actually show records of subdomains created...
  10. Anna

    Godaddy Domain name

    There are workarounds, but I'm not sure you'll be able to add the domain with the other nameservers listed so during that process you need to have ours only as far as I know. Once the domain is added you can put the godaddy ones back, BUT on any query for your domain any of the nameserver can...
  11. Anna

    Can't rename my database... :(

    You would need to do it through the control panel, using the phpMyAdmin won't work for database operations, such as rename, delete, create etc. You can edit/add tables to existing databases as well as backup (export) the data from a database and restore (import) data into new database but not...
  12. Anna

    Godaddy Domain name

    You need to remove all other nameservers, for the domain to properly work it can only have ours listed.
  13. Anna

    inodes filling up

    Keep in mind that all emails that you save on the account is also going to count towards inodes, so you might want to remove old emails as well.
  14. Anna

    home page not loading under domain name help please...

    There should not be a delay with uploading through ftp, however if you visited your site before it was fully uploaded it is possible that your local cache loaded the old site for you, or your ISP also does some caching to speed things up which would seem like a delay when making changes. To me...
  15. Anna

    Can't send email in using php

    The from address must be one that is present in your account, in other words an email address that you created under your domain. What you are attempting with your script would be called spoofing (pretending to be a sender you are not, gmail in this case), and this is not allowed and would be...
  16. Anna

    Creating subdomain not working

    When creating the subdomain, make sure you put /wp as your document root. The default would be to create a folder called blog (the subdomain part of the domain) and point towards that. One option you have now is to simply move your wordpress files to the folder the subdomain points at, the...
  17. Anna

    Enable intl extension

    As posted as response to the original poster: "Please switch to the cPanel x3 theme, and then click the "Select PHP version" icon. Then, please tick the checkbox that says "intl", and press Save." To get more emails and addon domains you would need to upgrade to premium hosting, see...
  18. Anna

    x10hosting: 2018's Top Free Web Hosting Site at No.2

    Technically they can get unmetered storage, its just not a plan for unmetered you are put on anymore. Users just need to request an increase of space once they start to fill up the current allottment, and if they meet the requirements we bump them up a bit (double at first), if they fill up...
  19. Anna

    Full server path name in URL

    Check .htaccess and enable/add RewriteBase / (assuming the .htaccess is in the public_html root, if in a subfolder it would need to be like RewriteBase /subfolder/) Needs to go before any rewrite rules and after rewrite is turned on, many times the .htaccess that comes with a cms/forum and such...
Top