我需要帮助转换html与php。 p>
到目前为止我的代码 是 p>
RewriteEngine on
RewriteRule([az] +)。html /$1.php
code> pre>
这是 工作正常。 但是一些真正的html页面有php脚本,不会运行。 怎么解决这个问题? 谢谢 p>
div>
I need help with converting html with php .
So far My code is
RewriteEngine on
RewriteRule ([a-z]+).html /$1.php
This is working fine. but some real html pages have php scripts ,that doesnt run. how to fix this? thanks
我需要帮助转换html与php。 p>
到目前为止我的代码 是 p>
RewriteEngine on
RewriteRule([az] +)。html /$1.php
code> pre>
这是 工作正常。 但是一些真正的html页面有php脚本,不会运行。 怎么解决这个问题? 谢谢 p>
div>