You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
DIRECTORY_SEPARATOR is set to "" (backslash) on my XAMPP based windows machine. This is written to generated URLs which are invalid and cause a 404 error in the browser. Better to generally use "/" instead. This applies to version 3.0.3 (master branch).