<tfoot id='qWO6c'></tfoot>

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

          <bdo id='qWO6c'></bdo><ul id='qWO6c'></ul>
      1. <legend id='qWO6c'><style id='qWO6c'><dir id='qWO6c'><q id='qWO6c'></q></dir></style></legend>

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

        是否可以运行 Coldfusion &amp;PHP 在同一服务器和网站上?

        Is is possible to run Coldfusion amp; PHP on the same server and website?(是否可以运行 Coldfusion amp;PHP 在同一服务器和网站上?)

            <bdo id='wJtQr'></bdo><ul id='wJtQr'></ul>

              <tbody id='wJtQr'></tbody>
                <legend id='wJtQr'><style id='wJtQr'><dir id='wJtQr'><q id='wJtQr'></q></dir></style></legend>
              • <tfoot id='wJtQr'></tfoot>

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

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

                  本文介绍了是否可以运行 Coldfusion &amp;PHP 在同一服务器和网站上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我希望能够使用与coldfusion 站点中相同的数据库将一些新站点页面移植到PHP.是否可以让 PHP 在其他目录中运行页面并来回运行?

                  I would like to be able to port some new site pages over to PHP using the same db as in the coldfusion site. Is it possible to have PHP run pages in say other directory and go back and forth ?

                  非常感谢您的回复.

                  特里

                  推荐答案

                  正如其他人所说,是的,这是可能的.您的配置并不重要,(除非您寻求设置帮助),因为它可以在任何现代网络服务器(Apache、IIS 等)上完成.

                  As others have said, yes, it is possible. Your configuration doesn't really matter, (unless you're looking for help getting it setup), because it can be done on any modern webserver (Apache, IIS, etc).

                  不过,需要考虑的是默认文档.如果您的 Web 应用程序使用以下网址:

                  Something to think about, though, is the default document. If your web application uses urls like:

                  http://example.com/myApp/(没有 index.cfm 或 index.php 在网址)

                  http://example.com/myApp/ (no index.cfm or index.php in the url)

                  那么您需要注意默认文档的显式顺序.如果在同一个目录下同时有 index.php 和 index.cfm 模板,哪个会执行?

                  Then you need to be aware of the explicit order of default documents. If you have both an index.php and an index.cfm template in the same directory, which will execute?

                  如果您的默认文档列表是(的变体):

                  If your default document list is (a variation of):

                  index.cfm index.php default.aspx index.html

                  index.cfm index.php default.aspx index.html

                  然后将执行 ColdFusion 页面.另一方面,如果默认文档列表是(的变体):

                  Then the ColdFusion page will be the one to execute. On the other hand, if the default document list is (a variation of):

                  index.php index.cfm default.aspx index.html

                  index.php index.cfm default.aspx index.html

                  那么 PHP 页面将是要执行的页面.

                  Then the PHP page will be the one to execute.

                  这篇关于是否可以运行 Coldfusion &amp;PHP 在同一服务器和网站上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

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

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

                        <legend id='GfHwI'><style id='GfHwI'><dir id='GfHwI'><q id='GfHwI'></q></dir></style></legend>
                          <tbody id='GfHwI'></tbody>
                          • <tfoot id='GfHwI'></tfoot>