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
Post a Comment