-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Single page rewrite should ignore query string #194
Comments
Interesting how the regex catches this. Technically related to #88 which allows changing the matching regex based on your needs |
I'm not sure if we've implemented this the right way. Right now if you try to access a "valid file path" like @ethanaobrien Does that make sense / seem right? If so we wouldn't need regex at all... We could use the javascript |
That would work, yes |
We could close #88 then too. |
Will be fixed soon in 1.2.14. Thanks! |
Description/Steps to reproduce
/path/file.html
to load the requested filefile.html
is loaded/path/file.html?key=val
to load the requested fileindex.html
is loadedVersion information
Windows
What version of the program are you using?
1.2.10
The text was updated successfully, but these errors were encountered: