conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Redirects module allows you to enter URL's that don't work. #118

Open sam-law opened 11 years ago

sam-law commented 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