I’ve got the following login form:
{exp:member:login_form return="/instructors/index"}
Standard login form
{/exp:member:login_form}but after submission, the user gets returned to /site.php/instructors/
When I was developing the site I used site.php as the index file but that’s now been changed so that there is no xxx.php in the URL (ie, field is left blank in system prefs and using .htaccess to remove index.php).
So where would the reference to site.php be coming from? (I’ve checked both config.php and path.php and there’s no mention of it in either of those.)