【发布时间】:2014-10-10 04:46:00
【问题描述】:
我正在使用 Fiverrscript v4.2 。 我已将它安装在我的网站 public_html 中,它运行良好,因为 config.php 文件是
$config['basedir'] = '/home/username/public_html/';
$config['baseurl'] = 'http://example.com/';
之后我在我网站的目录中安装了一个测试版本并制作了 config.php 文件:
$config['basedir'] = '/home/username/public_html/home';
$config['baseurl'] = 'http://example.com/home';
现在,当我访问我网站上的任何页面时(例如:www.example.com/signup,它会显示 404 错误,但主页运行良好。
你能帮帮我吗,谢谢。
【问题讨论】:
标签: php mysql http-status-code-404