0

I am facing the issue while accessing the below url in browser.

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

When the url contains parameters like https or http in querystring, it results 403 forbidden error.

Thanks in Advance.

Shiva
  • 1
  • 1

1 Answers1

0

Below are the line of code used to solve the above 403 forbidden issue.

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

RewriteCond %{REQUEST_FILENAME} -d [NC]

Shiva
  • 1
  • 1