Search results

  1. H

    Setting Up Website

    Hi everyone, I have uploaded all the files for the website I coded to the public_html folder and I have created a .htaccess file with the following line in it: DirectoryIndex index.php However, when I go to my website, it just shows a blank page. What do I do?
  2. H

    PDO Configuration

    Hi everyone, I have just started using x10hosting and I am not sure how to set up a PDO. Up to now, all of my projects have been locally hosted so I am not sure how to configure this: PDO('mysql:hostname=;dbname=exampledb', 'username', 'password') I know what goes in for username, password...
Top