如何将我的 php 页面标题设置为
www.ww.com/xyz_view.php?xyz_id=142-xyz-for-sell-at-xyz
到 html 网址,例如
www.ww.com/748001-xyz-to-sell-at-xyz-south-faci.html
请建议。
如何将我的 php 页面标题设置为
www.ww.com/xyz_view.php?xyz_id=142-xyz-for-sell-at-xyz
到 html 网址,例如
www.ww.com/748001-xyz-to-sell-at-xyz-south-faci.html
请建议。
使用 htaccess 重写规则,你可以做这样的事情
RewriteEngine on
RewriteRule ^(.*)\.html $1\.php
如果你的网络服务器是 apache,你可以使用 mod_rewrite
http://www.bloghash.com/2006/12/apache-mod_rewrite-examples/
如果没有,请告诉我们您的网络服务器软件的名称