[Plugin] Redirects - Keep your URLs clean

Post Reply
SamBrishes
Master Bludit
Posts: 106
Joined: Tue Dec 25, 2018 8:07 pm
Been thanked: 3 times

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.
User avatar
stani
Master Bludit
Posts: 79
Joined: Wed Oct 14, 2020 1:34 pm
Has thanked: 1 time

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.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply