Problems with serving a website from root while WordPress in sub directory
-
Need help with using a pre-existing subdirectory install of WordPress and trying to configure it so that the website is served from the website root.
I have been using “Giving WordPress Its Own Directory « WordPress Codex” from wordpress.org with the specific “Using a pre-existing subdirectory install” instructions.
The steps performed were:
1, Under “General” settings changed the Site Address (URL) to the website root and selected “save changes”2, Copied the index.php file from the wordpress sub directory and changed the line that says:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ ); to “require( dirname( __FILE__ ) . ‘/working/wp-blog-header.php’ );” which now points to my WordPress folder.3, Was unable to find the hidden file .htaccess file in the WordPress folder
4, Under the “Permalinks” menu item was selected and “save changes” was performed
After launching the website in another browser the web page came up blank without displaying any of the web content.
Called my hosting company, Aabaco Small Business, and they were of little to now help saying they were not trained on WordPress and hence do not support it. Great!
I was able to revert back to my original configuration, running out of the WordPress sub directory and all is well.
My web site is sandcastle1.com.
Any suggestions and or help is much appreciated. Hopefully one of you WordPress gurus can lend some wisdom to my problem.
Thanks in advance.
Paul
The topic ‘Problems with serving a website from root while WordPress in sub directory’ is closed to new replies.