【问题标题】:403 forbidden error while accessing the url having parameters like url?param=http://someurl.com/访问具有 url?param=http://someurl.com/ 等参数的 url 时出现 403 禁止错误
【发布时间】:2018-09-18 10:42:10
【问题描述】:

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

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

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

提前致谢。

【问题讨论】:

    标签: url https server webserver aws-cloud9


    【解决方案1】:

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

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

    RewriteCond %{REQUEST_FILENAME} -d [NC]

    【讨论】:

      猜你喜欢
      • 2017-01-10
      • 1970-01-01
      • 1970-01-01
      • 2015-10-29
      • 2015-01-09
      • 1970-01-01
      • 1970-01-01
      • 2013-07-18
      • 2017-04-25
      相关资源
      最近更新 更多