我已经使用PHP codeigniter在openshift上创建了一个应用程序。使用git成功添加,提交和推送,但是当我点击查看它显示的应用程序时:
内部服务器错误
服务器遇到内部错误或配置错误,无法完成您的请求。
这是我的应用程序链接
http://stw-ciapps.rhcloud.com/
主页正在运行,但其他页面无法打开。
http://stw-ciapps.rhcloud.com/home/provider
如何查看我的应用程序并摆脱这500错误。
答案 0 :(得分:0)
将此代码替换为旧的.htaccess文件
Options +FollowSymLinks
RewriteEngine On
#RewriteBase / #on server, uncomment this line by removing hash'#'
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php?/$0 [PT,L,QSA]