SyliusRedirectPlugin icon indicating copy to clipboard operation
SyliusRedirectPlugin copied to clipboard

Add redirects to your Sylius store from a simple interface

Results 18 SyliusRedirectPlugin issues
Sort by recently updated
recently updated
newest added

Hi, From version 2.2.0 the column `keep_query_string` is added to the database. The plugin doesn't provide a migration for that, though. It would be great to have migration support available,...

Fixes #23. - [ ] Create grid with overview of 404s - [ ] Create button with link to 404s on the grid of redirects

If you say that a redirect should work on not only 404's, but also on 200 then you are in fact incurring a performance hit on your website because then...

There is a last accessed timestamp on each redirect. It would be handy to have a command that would remove redirects not accessed in a long time

Right now you can create two kinds of redirects: A permanent (301) and a temporary (302). My suggestion is to remove the ability to choose and instead make the 301...

Hello, I noticed I have lot of queries since I installed the plugin whereas I was thinknig it should be only check one time the url to redirect. ![image](https://user-images.githubusercontent.com/3284722/142005331-21cba4e1-670d-4639-b21c-1c84033a63cd.png) The...

i.e. source = /google, destination = https://www.google.com

Right now we are redirects paths basically. Would be nice to be able to redirects hosts also: i.e. `example.com` => `example.net`. Should be possible to have a checkbox as to...

enhancement