Page 1 of 1

[Plugin] Redirects - Keep your URLs clean

Posted: Mon May 04, 2020 3:35 pm
by SamBrishes
Hellow,

a few days ago I published another small Plugin, mainly for my new website codeblu.dev. It allows redirecting page slugs to other ones or to completely different URLs. That's really helpful, if you change the slug of a page permanently, or if you want to redirect the user to a "Maintenance" Page temporary until the page is "finished" again.

Features
  • Forward unlimited slugs
  • Redirect to external websites
  • Force HTTPs everywhere on the frontend

Requirements
  • Bludit 3.9.0+
  • PHP 7.2.0+

Links
Screenshots
Image

Sincerely,
Sam.

Re: [Plugin] Redirects - Keep your URLs clean

Posted: Sat Jan 22, 2022 5:36 pm
by stani
I used to use this simple one.

Between <head> </head> insert:

Code: Select all

<meta http-equiv="refresh" content="1;url=https://www.something.com/">
The number "1" is the time in seconds for the redirection to occur.

Re: [Plugin] Redirects - Keep your URLs clean

Posted: Sat Jan 22, 2022 7:28 pm
by Edi
Yes, you can do it like this.

By the way: The plugin Redirects is still "alive" and can be downloaded from

https://plugins.bludit.com/plugin/redirects

I will reupload other plugins from Sam and made them available again in the next few days.