【发布时间】:2018-09-18 10:42:10
【问题描述】:
我在浏览器中访问以下网址时遇到了问题。
https://bootstrap.mytechlogy.com/?param=https&var=http
当url在查询字符串中包含https或http等参数时,会导致403禁止错误。
提前致谢。
【问题讨论】:
标签: url https server webserver aws-cloud9
我在浏览器中访问以下网址时遇到了问题。
https://bootstrap.mytechlogy.com/?param=https&var=http
当url在查询字符串中包含https或http等参数时,会导致403禁止错误。
提前致谢。
【问题讨论】:
标签: url https server webserver aws-cloud9
以下是用于解决上述 403 禁止问题的代码行。
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC]
【讨论】: