访问具有类似url?param = http://someurl.com/之类的参数的url时,出现403禁止错误

时间:2018-09-18 10:42:10

标签: url https server webserver aws-cloud9

在浏览器中访问以下网址时,我遇到了问题。

https://bootstrap.mytechlogy.com/?param=https&var=http

当url在查询字符串中包含https或http之类的参数时,将导致403禁止错误。

谢谢。

1 个答案:

答案 0 :(得分:0)

下面是用于解决上述403禁止问题的代码行。

RewriteCond%{REQUEST_FILENAME} -f [NC,OR]

RewriteCond%{REQUEST_FILENAME} -d [NC]