Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi :),

    Kindly confirm if you have changed “WordPress Address (URL)” and “Site Address (URL)”. You should keep them as below:

    Login to the Dashboard of current working site, go to settings >> general
    Edit as below:
    WordPress Address (URL): http://www.example.com/wordpress/
    Site Address (URL) : http://www.example.com/

    Then copy index.php of default wordpress in the root folder i.e. one level up of “afs” folder. And edit the index.php in root folder with last line as :

    require( dirname( __FILE__ ) . ‘/afs/wp-blog-header.php’ );

    so that the wordpress will load the settings from /wordpress folder.

    And your website, sub-links will load with http://www.example.com/ and login using http://www.example.com/wordpress/wp-admin

    Hello,

    Please make sure that your domain name is pointed to the correct directory on where your WordPress website is located on your current server. The domain example.com should have the target directory where /wordpress is located.

    For the site url and home url, you leave that as it is http://www.example.com and login to http://www.example.com/wp-admin.

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

The topic ‘Landing page problem.’ is closed to new replies.