In the config.php, the line controlling the redirect is:
| Code: |
// index file specified in .htaccess file, setting this to something else but directory will neccesitate some pretty major editing elsewhere
$index = "directory";
|
My problem is this. I go to visit the site here:
http://mydomain.tld/directory
And it directs to here:
http://mydomain.tld/directory/directory/
Obviously this does not exist so, what PHP settings should I change in my INI file to get this working? Hopefully we can get it corrected.

Regards,
John