• What should be the homepage of the blog (URL indicates the correct page) displays code for the site’s root URL home page.

    SITE: http://www.rpk4.com
    WORDPRESS: http://www.rpk4.com/rant

    Existing WordPress install, no recent new content, not sure when page began doing this. WordPress is a part of the main site and uses latest posts to create home page, not a static home page. Using theme Atahualpa. Can access the admin, posts and pages can be viewed from the admin and a google of the site results in pages being found. It appears the theme is not displaying the header so I switched to 2010,2011,2012,etc and header was loading, index.php still displayed site root code.

    Have added all thinkable addresses to congif file (one example below):

    define(‘WP_HOME’,’https://www.rpk4.com/rant/’);
    define(‘WP_SITEURL’,’https://www.rpk4.com/rant’);

    Have contacted the host to see if they can figure out what is going on.
    Have freshly installed wordpress and themes and restored.

    Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try regenerating your .htaccess file by renaming the one you have

    once you get in to wp .. go to permalinks
    save your permalinks
    this will generate a new .htaccess file for you

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    No change, but thanks for the help.

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

The topic ‘index.php displays site root data’ is closed to new replies.