• I followed the rules at: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory. I found my index.php and .htaccess files, and moved them under public_html file. (side note, i had a few index files, i moved the one that had just a few lines of code, here is what it says after i made change: <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wp-blog-header.php’);
    ?>)

    I then changed wordpress setting to:

    WordPress address (URL): http://www.bedford-ny-real-estate.com/wordpress

    & Blog address (URL): http://www.bedford-ny-real-estate.com

    When i visit http://www.bedford-ny-real-estate.com, i get:

    “This site is under development

    This is a default template, indicating that the webmaster has not yet uploaded a Web site to the server.

    For information on how to build or upload a site, please visit your web hosting company’s site.”

    btw…

    I know nothing of permalinks… or if they are relevant. What am i missing here?

    ps- I just noticed under public_html i have a page Home.html, which is where the above “site is under development” comes from. Is this supposed to be here, or should i delete it?

    Can anyone help me? Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rrteam

    (@rrteam)

    I realized i didnt copy the index file, i “moved” it. So, i tried to copy back where it came from, now my page says:

    http://www.bedford-ny-real-estate.com/wordpress/

    Directory has no index file.

    Browsing this site or directory without an index file is prohibited.
    If you are the site’s webmaster, you can remedy this problem by creating a default HTML page with one of the following names:

    index.html
    index.htm
    default.htm
    Default.htm
    home.html
    Home.chtml
    NOTE: Filenames are case sensitive, i.e., Home.html is not the same as home.html

    Thread Starter rrteam

    (@rrteam)

    Can anyone please help me ?? Otherwise ill have to delete it all start over again….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to rename site from wordpress to root/URL help!’ is closed to new replies.