php - require failed to open stream: No such file or directory --Integrating Wordpress with current website -


i have website here. trying follow these instructions here integrate wordpress blog existing site. have installed wordpress @ /wordpress. placed following in index.php blog page.

    <?php require('/wordpress/wp-blog-header.php'); ?> 

but when go page error:

require(/wordpress/wp-blog-header.php) [function.require]: failed open stream: no such file or directory

if makes difference, path index.php is:

/themes/brooklyn-copy/views/custompage/index.php


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -