VirtualLee
Member
Posted 4 months ago #
I've attempted to get my wordpress blog to load from the root of my website though it is located in a subdirectory
http://bfmcmillen.com/virtuallee <---
I moved the index.php to the root
& I changed in location info in the general area of the admin
now nothing loads. So, using the codex info I went into my themes directory -function.php and added two lines right after the php:
update_option('siteurl','http://bfmcmillen.com/blog');
update_option('home','http://bfmcmillen.com.com/blog');
I am fried. Is there ANY help?
VirtualLee
Member
Posted 4 months ago #
I've got everything back but still when I go to my blog address there's nothing. Just blank page.
ClaytonJames
Member
Posted 4 months ago #
VirtualLee
Member
Posted 4 months ago #
Thank you for this. I have saved the information. Right now, I have no site. I need to get my blog back up. Then I can experiment.
VirtualLee
Member
Posted 4 months ago #
Here is the latest from my ISP:
I could see the following error in the error logs of your account:
PHP Fatal error: main() [function.require]: Failed opening required './virtuallee/wp-blog-header.php' (include_path='.:/usr/local/lib/php-4.4.7/lib/php') in /hermes/bosweb/web050/b504/ipw.bfmcmill/public_html/virtuallee/index.php on line 17
I don't know wht this means?
VirtualLee
Member
Posted 4 months ago #
ClaytonJames Thanks! The link helped - led me to a line of script in the index.php I had forgotten to change.