Still working on my first Windows deployment of a PHP site...
All my instances of $_SERVER['PHP_SELF'] are coming back with an echo.
E.g. what should be
/dev/admin/about-us.php
is instead displaying as
/dev/admin/about-us.php/dev/admin/about-us.php
Which obviously isn't going to work.
Any idea what's going on?