• Resolved chrisharney

    (@chrisharney)


    i have uploaded the wordpress files via ftp, I have started the set up process but every time I press SUBMIT internet explorer says “This Page Can Not Be Displayed”?

    I have ALL of the correct info:
    $mysql_host = “mysql8.000webhost.com”;
    $mysql_database = “wordpr1”;
    $mysql_user = “wordpr1”;
    $mysql_password = “xxxxxxxx” (password removed)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried a different browser? I’ve had issues with Internet Explorer blocking sites because of some obscure security settings. You will have better luck with an open source, standards-based browser:

    I’d recommend:
    Google Chrome
    or
    Mozilla Firefox.

    If you still have issues with one of the above browsers, then you will need to check your file permissions in the directory you have uploaded into.

    Thread Starter chrisharney

    (@chrisharney)

    attn. Roaming Pro, thanks for the reply!
    ok I used notepad++ to edit wp-config.sample.php (or whatever its called)I used firefox to upload the file, I got a error message, then I used the wp salt page to create and add the keys, then re-uploaded wp-config.php

    its working!!! thanks all ( it turns out my webhost didn’t create the MySQL database even though I created one? )

    Thread Starter chrisharney

    (@chrisharney)

    im back, I moved my website from a free webhost to a “paid” webhost and now the website loads but the ‘log in” is GONE!

    Did you follow the instructions here?

    Esp. the part: When Your Domain Name or URLs Change

    http://codex.wordpress.org/Moving_WordPress

    Thread Starter chrisharney

    (@chrisharney)

    thanks again! ok,my URL is the same,i just vchanged hosting companies (wish I didn’t now) so I have to edit wp-config.php, the old address was ,mysql8.000we3bhost.com, so whar do I put now? the new webhost is http://www.hosting24.com, RoamingPro ,if you want some paid work email me betaman20032003_AT_gmail.

    At my hosting company, we simply user ‘localhost’ as the DB_HOST

    /** MySQL hostname */
    define('DB_HOST', 'localhost');
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cant Get Passed Submit Page’ is closed to new replies.