• Hi,

    I’ve been working on a replacement for my html site to move it over to wordpress. I’ve finished and trying to upload it but I seem to have gone wrong somewhere.

    I followed this thread – and the instructions given there.

    So far I have amended the domain in the Settings -> General and then replaced the index.php file in my ftp client with the following code

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wordpress/wp-wordpress-header.php’);
    ?>

    However, when I try and log in I’m getting the following error message – No input file specified.

    The temporary blog address was https://www.mydomain.tv/wordpress/wordpress – so I’m guessing I’ve gone wrong with the php coding? Apologies, but I’m not even close to being a coder so any help with telling me where I have gone wrong would be great, as at the moment I’ve lost two weeks worth of work ??

  • The topic ‘Help – replacing html site with wordpress’ is closed to new replies.