• Hi,
    During installation of “WordPress” i was asked to which folder i wanted it to be installed and i selected the Default folder : “WordPress” .
    Uploading my first article i selected: “Add new page” and pasted my article into the “Page”.
    My domain name is for example: https://www.xxx.com so it typed that address in my browser in order to see that article but i recived:”This web site is coming soon”. Eventually i found my article at: https://www.xxx.com/wordpress.
    I want to find that article at the root directory (www.xxx.com) so i need to move it to the root directory but i dont see any folder at the wordpress manager.
    Could i get some help here ?
    Thanks !

Viewing 1 replies (of 1 total)
  • Moving WordPress is one possibility.

    Another possibility–to make WordPress available at https://xxx.com just change in Settings->General, the Blog address (URL) to https://xxx.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.

Viewing 1 replies (of 1 total)
  • The topic ‘how do i move a file to another folder ?’ is closed to new replies.