标签: php html .htaccess mod-rewrite
我一直在搜索和测试几个小时,但找不到解决方案。
这是我的代码:
Options +FollowSymlinks RewriteEngine on # Specify search friendly URLs RewriteRule ^first-services\.html$ /subfolder/services.php?sid=2 [L]
我想将此页面从PHP表单重定向到HTML。
由于