Skip to content

[system/uri] Improve URI routing when head-link and sym-link are different #134

@gnh1201

Description

@gnh1201

Troubleshooting problems when hard-link and sym-link are different. for example:

echo getcwd();
echo "<br>";
echo realpath(dirname(__FILE__));
echo "<br>";
echo readlink($_SERVER['DOCUMENT_ROOT']);
echo "<br>";
echo substr(realpath(dirname(__FILE__)), strlen($_SERVER['DOCUMENT_ROOT']));

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions