Describe your issue or idea
In Drupal there was both the globalredirect module, and a setting for the redirect module, that made it so the system-path for a page would never be used, instead the pretty path alias would be used instead.
I thought that since we got redirect in core, we also had this setting, and that it would be ON by default. But I don't see the setting on the settings for Redirect :( Does that mean we forgot it, or that we attempted to include it, and that it's just not working?
Steps to reproduce (if reporting a bug)
Create a node, give it a URL alias Access it at the system path
Actual behavior (if reporting a bug)
Note, no redirect is performed
Expected behavior (if reporting a bug)
Redirect to path alias
Recent comments
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?