Viewing 2 replies - 1 through 2 (of 2 total)
  • Don’t agree that it is Backwards that you want…

    To make WordPress available at https://mydomain.com just change in Settings->General, 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 in Settings->Permalinks.

    Thread Starter daand

    (@daand)

    Thanks! it worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Giving WordPress Its Own Directory Backwards’ is closed to new replies.