Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    To make WordPress available at https://mydomain.com in Settings->General, change the Blog address (URL) to https://mydomain.com and put this index.php file in your web-root folder (it is the same folder that contains the wordpress folder)

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

    Then update your permalinks by visiting Administration > Settings > Permalinks and clicking on Save Changes.

    Thread Starter rferrett

    (@rferrett)

    Fantastic. Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting blog to show direct from domain’ is closed to new replies.