在codeigniter godaddy托管中未指定输入文件

编程入门 行业动态 更新时间:2024-10-23 08:34:31
本文介绍了在codeigniter godaddy托管中未指定输入文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有一个CodeIgniter网站。我上传了它,但没有将其重定向到任何其他页面。这是我的配置文件:

I have a CodeIgniter website. I uploaded it but its not redirecting to any other page. Here is my config file:

$config['base_url'] = 'www.fantastictravels.co/'; $config['index_page'] = ''; $config['uri_protocol'] = "QUERY_STRING";

这是我的htaccess文件:

Here is my htaccess file:

RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?$1 [L]

推荐答案

我曾经遇到过同样的问题。使用godaddy,请升级您的php版本。 请点击以下链接,以帮助您更改Godaddy中的php版本。 uk.godaddy/help/查看或更改您的PHP版本16090 。希望这会有所帮助。

I had the same problem once. Using godaddy please upgrade your php version. follow the link below to help you change php version in Godaddy. uk.godaddy/help/view-or-change-your-php-version-16090. Hope this will help.

更多推荐

在codeigniter godaddy托管中未指定输入文件

本文发布于:2023-10-31 15:45:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1546542.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:中未   文件   codeigniter   godaddy

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!