↧
Answer by Chris Rutherfurd for Query value with chevrons sends 302 to /
It sounds like a security feature on the server is redirecting the connection when html escaped data is added to the URL. Take a look through your Apache configuration files and the vhost files and...
View ArticleQuery value with chevrons sends 302 to /
When a special query value is typed in the URL, apache sends back a 302 redirect to root url (/).We're using CPanel and we owns the server. The apache virtualhost file wasn't touched and is managed by...
View Article