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.
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.
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]