我们在codeigniter
开发了Web应用程序,我们尝试在linux服务器上托管,因为我们创建了名为inventory.domainname.com
的子域。
我已经部署了我的应用程序
文件夹结构
public_html/
sub-domain-name/
application/
system/
js/
css/
img/
public/
.htaccess
index.php
我的.htaccess文件
Options +FollowSymLinks
RewriteEngine on
# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [L]
它在本地机器上工作正常,我已经更改了配置中的所有项目。但它仍然抛出404 error
。我已经尝试了很多,而且我已经阅读了stackoverflow中提供的所有解决方案但仍然无法找到解决方案。请帮帮我。
答案 0 :(得分:0)
尝试1:检查您的域名 - > domainname.com/inventory (开放与否) 如果你得到同样的错误
这样做.. 转到 -
应用/配置/ config.php中
找到
$config['log_threshold'] = 1; //set value 1 (it will display error)
重新加载 inventory.domainname.com
之后转到
application / logs /(最新日期文件).php
你会知道错误是什么..