如何使用htaccess从子域中删除查询字符串?

时间:2015-07-22 14:09:45

标签: apache .htaccess mod-rewrite

我有一个域(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]

1 个答案:

答案 0 :(得分:1)

在您的根.htaccess中,您可以拥有以下规则:

hosts