这可能是一个简单的修复。基本上,当尝试重新路由 wordpress 子目录时,我移动的文件内容无法为目录“打开流”,显示;
Fatal error: require() [function.require]: Failed opening required './shop/wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jackpier/public_html/onemilehigh.co.uk/shop/index.php on line 17
所以,我一直在尝试将其包含(include_path='.:/usr/lib/php:/usr/local/lib/php')
到我的 index.php 中,但随后显示-
Parse error: syntax error, unexpected T_STRING in /home/jackpier/public_html/onemilehigh.co.uk/shop/index.php on line 17
我必须错误地集成它,但不知道以什么方式。我对php真的很陌生
这是我当前的代码:
/** Loads the WordPress Environment and Template */
require('./shop/wp-blog-header.php'); path='.:/usr/lib/php:/usr/local/lib/php');
同样,可能真的很简单。