Skip to content
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

[Enhancement]: Add back (or add) the setting for DoNotRedirect in the tabsettings #6130

Open
2 of 4 tasks
BondForWebSolutions opened this issue Sep 3, 2024 · 1 comment
Open
2 of 4 tasks

Comments

@BondForWebSolutions
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description of problem

My issue is described in this forum post:
https://dnncommunity.org/forums/using-dnn/optimization/issue-with-friendly-url/#12705

My url's look something like:

http://www.website.com/page/subpage/parameter/123/nice-friendly-name

And this worked on some DNN instances, and not on some other instances.
On some instances of DNN whenever I went to this url, I got a 301 redirect which removed the last part of the url, so I ended up on:

http://www.website.com/page/subpage/parameter/123

For SEO and nice-and-friendly url's in communication I think this is a BAD thing...

I noticed there is an entry in the tabsettings which influences this behaviour, but was at some time removed (I think) from the UI/tabsettings page.

So whenever I added an entry in the tabsettings for this tabid, with the SettingName 'DoNotRedirect' and the value of 'True', DNN would not perform the 301 redirect, and keep my nice and friendly url.

So I think it would be a good idea to add this option back into the page/tab settings...

Description of solution

Add the option back into the tab/page settings for the 'DoNotRedirect' setting.

Description of alternatives considered

Anything else?

Do you be plan to contribute code for this enhancement?

  • Yes

Would you be interested in sponsoring this enhancement?

  • Yes

Code of Conduct

  • I agree to follow this project's Code of Conduct
@BondForWebSolutions
Copy link
Author

@BondForWebSolutions BondForWebSolutions changed the title [Enhancement]: Add back the setting for DoNotRedirect in the tabsettings [Enhancement]: Add back (or add) the setting for DoNotRedirect in the tabsettings Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant