I was running Apache 2.2 & PHP 5.3 for a number of years and then I recently upgraded to Apache 2.2 & PHP 5.5 using EasyApache. For some reason now my websites with a double slash in them don't work.
Basically it was a mistake in the configuration. We have some software that uses this to get post data:
http://domain.com//something/something
It worked for years like this. But with the update the double slash doesn't work. We have hundreds of sites that are affected.
Can anyone offer a fix that I can use where I can retain the double slashes and still keep the post data following to the URL (which goes to the software, so the controller in the code can interpret the post data).
Thanks, any help a million times appreciated!
Basically it was a mistake in the configuration. We have some software that uses this to get post data:
http://domain.com//something/something
It worked for years like this. But with the update the double slash doesn't work. We have hundreds of sites that are affected.
Can anyone offer a fix that I can use where I can retain the double slashes and still keep the post data following to the URL (which goes to the software, so the controller in the code can interpret the post data).
Thanks, any help a million times appreciated!