-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subfolder issue #13
Comments
Ok, I found the issue. The class does not support the above case (script in folder while request is made from above folder). I am looking at what could be done to the class to improve this. (The entire problem comes from |
A comment line 332 says |
Hi tleb, The script does work fine in a subfolder, as long as the I guess you'll have to fiddle around with Regards, |
@bramus I don't really see how |
Place your |
My current configuration allows me to let users access files in the folder (would be the Could you look at #14 to allow me to adapt the class to my set-up? |
Merged #14. Closing this one. |
I am having problems using bramus/router in a subfolder, I do not know if it is coming from me or a class problem:
.htaccess
:folder/.htaccess
:folder/index.php
:If I call
domain.com/path/to/router-test/about
, nothing happens.The text was updated successfully, but these errors were encountered: