htaccess ssl请求和查询字符串

时间:2013-11-08 19:37:20

标签: php apache .htaccess mod-rewrite ssl

htacces:

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

0 个答案:

没有答案