Comment 2 for bug 1774334

Revision history for this message
Robert Lyon (robertl-9) wrote :

Hi James,

The reason for this is your site is subdirectory of the website's root directory.

This is indeed a bug, and it is being caused by:
PHP SCRIPT_NAME = /{subdirectory}/admin
Mahara wwwroot = http://{domain.com}/{subdirectory}/

And so there is an overlap of /{subdirectory} common to both parts, where we only need it once

I've created a patch for it https://reviews.mahara.org/#/c/8943/

Please try the changes in that patch to see if fixes your problem.

Cheers

Robert