带有 .html 扩展名的 OpenShift PHP
OpenShift PHP with .html Extension
我们知道,通过在 http.conf 中添加以下行,很容易让 Apache 将 .html 页面作为 PHP 页面处理:
AddHandler application/x-httpd-php .php .html
如何在 OpenShift 中完成此操作?
如何在 OpenShift 中编辑 http.conf?
或者有别的方法吗?
您是否尝试过使用 .htaccess 文件?试试这个 Whosebug 问题的答案,但使用 php 而不是 perl/python:perl on php application on openshift
这很简单,只需将以下行添加到您的 .htaccess 所需的任何文件夹中:AddHandler application/x-httpd-php .php .html
我们知道,通过在 http.conf 中添加以下行,很容易让 Apache 将 .html 页面作为 PHP 页面处理: AddHandler application/x-httpd-php .php .html
如何在 OpenShift 中完成此操作?
如何在 OpenShift 中编辑 http.conf?
或者有别的方法吗?
您是否尝试过使用 .htaccess 文件?试试这个 Whosebug 问题的答案,但使用 php 而不是 perl/python:perl on php application on openshift
这很简单,只需将以下行添加到您的 .htaccess 所需的任何文件夹中:AddHandler application/x-httpd-php .php .html