我有一个域(example.com)我为域创建了一个子域(sub.example)。 我有一个php文件在' dir'子域控制器中的文件夹。 我需要更改网址
http://sub.example.com/dir/view.php?id=10
到
http://sub.example.com/dir/view.php/id/10
我该怎么做? 我把.htaccess文件放在哪里?
我开始接受htaccess了 请帮帮我。RewriteEngine On
RewriteCond %{HTTP_HOST} ^sub.example.com$ [NC]
答案 0 :(得分:1)
在您的根.htaccess中,您可以拥有以下规则:
hosts