无法删除.htaccess重写中的查询字符串

时间:2015-10-11 07:54:14

标签: apache .htaccess mod-rewrite

我已经阅读了很多帖子和文档,但仍然无法完成这项工作。可能遗漏了一些微不足道的东西。

我希望django.contrib.auth.views重写为www.domain.no/?id=val

www.domain.no/index.php中的代码是

.htaccess

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

首先尝试:

RewriteEngine on
RewriteBase / 
RewriteCond %{QUERY_STRING} .
RewriteRule ^(.*)$ $1? [R=302,L]