Closed amitevski closed 10 years ago
I have an app that is installed into a subfolder like http://example.com/app/#!/page. But now for the phantomjs request the request path is thrown away.
handle if an single page app is installed into a subfolder and has urls like e.g. http://example.com/app/#!/page
Found a second issue on linux. There was an require statement with uppercase letter but the actual file was lowercase. This does not work on linux.
HI @amitevski thank your for your pull request, great catch
I have an app that is installed into a subfolder like http://example.com/app/#!/page. But now for the phantomjs request the request path is thrown away.
handle if an single page app is installed into a subfolder and has urls like e.g. http://example.com/app/#!/page