我已经阅读了很多帖子和文档,但仍然无法完成这项工作。可能遗漏了一些微不足道的东西。
我希望django.contrib.auth.views
重写为www.domain.no/?id=val
www.domain.no/index.php
中的代码是
.htaccess
有什么建议吗?
答案 0 :(得分:0)
首先尝试:
RewriteEngine on
RewriteBase /
RewriteCond %{QUERY_STRING} .
RewriteRule ^(.*)$ $1? [R=302,L]