0

访问:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME}  !-l
RewriteCond %{REQUEST_FILENAME}  !-d
RewriteCond %{REQUEST_FILENAME}  !-f
RewriteRule .* index.php?%{QUERY_STRING} [L]

我想将所有参数从 url 传递到我的脚本(在那里我解析 url 并将用户重定向到 http 或 https)并且当我使用 http//:mydomain.com/register.html 但当我尝试使用 https// 时,everthink 工作正常: mydomain.com/register.html 找不到 apache drop 404

4

0 回答 0