• <bdo id='l324h'></bdo><ul id='l324h'></ul>

    <tfoot id='l324h'></tfoot>
  • <small id='l324h'></small><noframes id='l324h'>

        <legend id='l324h'><style id='l324h'><dir id='l324h'><q id='l324h'></q></dir></style></legend>
        <i id='l324h'><tr id='l324h'><dt id='l324h'><q id='l324h'><span id='l324h'><b id='l324h'><form id='l324h'><ins id='l324h'></ins><ul id='l324h'></ul><sub id='l324h'></sub></form><legend id='l324h'></legend><bdo id='l324h'><pre id='l324h'><center id='l324h'></center></pre></bdo></b><th id='l324h'></th></span></q></dt></tr></i><div id='l324h'><tfoot id='l324h'></tfoot><dl id='l324h'><fieldset id='l324h'></fieldset></dl></div>

        Codeigniter Web 应用程序不适用于 linux,但在 Windows 上很好

        时间:2024-04-13
      1. <legend id='7Y0QN'><style id='7Y0QN'><dir id='7Y0QN'><q id='7Y0QN'></q></dir></style></legend>

            <i id='7Y0QN'><tr id='7Y0QN'><dt id='7Y0QN'><q id='7Y0QN'><span id='7Y0QN'><b id='7Y0QN'><form id='7Y0QN'><ins id='7Y0QN'></ins><ul id='7Y0QN'></ul><sub id='7Y0QN'></sub></form><legend id='7Y0QN'></legend><bdo id='7Y0QN'><pre id='7Y0QN'><center id='7Y0QN'></center></pre></bdo></b><th id='7Y0QN'></th></span></q></dt></tr></i><div id='7Y0QN'><tfoot id='7Y0QN'></tfoot><dl id='7Y0QN'><fieldset id='7Y0QN'></fieldset></dl></div>
              <tbody id='7Y0QN'></tbody>
            <tfoot id='7Y0QN'></tfoot>

                <bdo id='7Y0QN'></bdo><ul id='7Y0QN'></ul>
              • <small id='7Y0QN'></small><noframes id='7Y0QN'>

                1. 本文介绍了Codeigniter Web 应用程序不适用于 linux,但在 Windows 上很好的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  Codeigniter 网络应用无法在 linux 上运行,但在 windows 上运行良好

                  我已经在我的 Windows 上安装了 wamp 服务器,并且我设置了我的应用程序(codeigniter)那里工作正常,但是在 linux(Centos)上,其他 php 应用程序只是正常工作但只有这个 codeigniter 应用程序不工作

                  i have install wamp server on my windows and i set my application(codeigniter) there is working fine but here on linux(Centos) other php application are just woking fine but only this codeigniter app is not working

                  那里有它需要的任何包或...

                  there there any pakage does it requires or ...

                  谢谢

                  推荐答案

                  正如@Orangepill 的评论中所述,它也可能是区分大小写的 unix 文件系统,根据我自己的经验,它连接到 .htaccess 解析不同:

                  As stated in the comment by @Orangepill it could be either case sensitive unix filesystem either, in my own experience it was connected to the .htaccess parsed differently:

                  RewriteEngine on
                  RewriteCond $1 !^(index.php|images|robots.txt)
                  RewriteRule ^(.*)$ /index.php/$1 [L]
                  

                  有时这些在 linux 上会失败,因为它需要在 index.php 之后添加一个 ? 符号,因此您可以尝试:

                  Sometimes these fail on linux as it requres an ? sign after index.php so you can try:

                  RewriteRule ^(.*)$ /index.php?/$1 [L]
                  

                  这篇关于Codeigniter Web 应用程序不适用于 linux,但在 Windows 上很好的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:yum 在 centos 上安装 php-pear* 下一篇:nginx 和 php-fpm 套接字所有者

                  相关文章

                  <small id='h7Quo'></small><noframes id='h7Quo'>

                2. <legend id='h7Quo'><style id='h7Quo'><dir id='h7Quo'><q id='h7Quo'></q></dir></style></legend>
                    <bdo id='h7Quo'></bdo><ul id='h7Quo'></ul>
                3. <i id='h7Quo'><tr id='h7Quo'><dt id='h7Quo'><q id='h7Quo'><span id='h7Quo'><b id='h7Quo'><form id='h7Quo'><ins id='h7Quo'></ins><ul id='h7Quo'></ul><sub id='h7Quo'></sub></form><legend id='h7Quo'></legend><bdo id='h7Quo'><pre id='h7Quo'><center id='h7Quo'></center></pre></bdo></b><th id='h7Quo'></th></span></q></dt></tr></i><div id='h7Quo'><tfoot id='h7Quo'></tfoot><dl id='h7Quo'><fieldset id='h7Quo'></fieldset></dl></div>

                    <tfoot id='h7Quo'></tfoot>