can edit but can not view site
-
when I go to view the site, here is the error:
Warning: main(./wordpress/blog/wp-blog-header.php): failed to open stream: No such file or directory in /mnt/web_e/d31/s01/b0267acb/www/wordpress/index.php on line 4
Fatal error: main(): Failed opening required ‘./wordpress/blog/wp-blog-header.php’ (include_path=’.:/usr/local/nf/lib/php’) in /mnt/web_e/d31/s01/b0267acb/www/wordpress/index.php on line 4
here is my index.php
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/blog/wp-blog-header.php’);
?>root directory for this installation
wordpress/
in this directory is
index.php
crawlpage.html
.htaccessall other files are in:
wordpress/blog
I can edit the site no problem. The options are working, I can upload no problem, but I can not view the site. I get the above error.
Any ideas?
Thank you!
- The topic ‘can edit but can not view site’ is closed to new replies.