Open sam-law opened 11 years ago
The redirects module built into breeze only works with extension-less URL's on full page URL's (found in Pages).
This could be expanded to work with file extensions (.html, .pdf), but it should at least not let you put in a URL that it can't handle.
This is presumably because if you try to type in a file with an extension, you go direct to NGINX and bypass breeze entirely.
A cheat way to do this would be to disallow a . or ? or # in URL's
The redirects module built into breeze only works with extension-less URL's on full page URL's (found in Pages).
This could be expanded to work with file extensions (.html, .pdf), but it should at least not let you put in a URL that it can't handle.
This is presumably because if you try to type in a file with an extension, you go direct to NGINX and bypass breeze entirely.
A cheat way to do this would be to disallow a . or ? or # in URL's