Mike Rockett Posted August 20, 2015 Share Posted August 20, 2015 But does jump links support 301? We need to pass SEO value to the new pages. Jumplinks uses 301 by default, but uses 302 if you specify that a redirect should only occur during a certain time. Link to comment Share on other sites More sharing options...
quickjeff Posted August 24, 2015 Share Posted August 24, 2015 @Mike - I have another set of redirects to setup for a list of blog posts. Currently the posts are setup as blog/year/month/day/title/ I am going to be redirecting to blog/posts/title Any way to mass redirect this ? Versus adding each individual post as a redirect? Thanks. Link to comment Share on other sites More sharing options...
quickjeff Posted August 24, 2015 Share Posted August 24, 2015 @Mike, your module is insanely amazing! Love it, I just switched to using your module for redirects. You saved me hours!! of inputting a bunch of redirects. I used the wild card. I set it up like this: blog/{year:num}/{month:num}/{day:num}/{title:segment}/ going to domain/blog/posts/{title}/ and its working flawlessly!!! 1 Link to comment Share on other sites More sharing options...
kongondo Posted August 24, 2015 Share Posted August 24, 2015 domain/blog/posts/{title}/ Should the {title} be name? Since it is used to form the URL? Just curios whether the module will convert it to name (haven't used it before) Link to comment Share on other sites More sharing options...
quickjeff Posted August 24, 2015 Share Posted August 24, 2015 @kongondo - {title} is working fine for me. I am assuming its pulling the title field with this. 1 Link to comment Share on other sites More sharing options...
Mike Rockett Posted August 25, 2015 Share Posted August 25, 2015 @Mike, your module is insanely amazing! Love it, I just switched to using your module for redirects. You saved me hours!! of inputting a bunch of redirects. I used the wild card. I set it up like this: blog/{year:num}/{month:num}/{day:num}/{title:segment}/ going to domain/blog/posts/{title}/ and its working flawlessly!!! Glad you like it! Your example can be made shorter, too: blog/{year}/{month}/{day}/{title}/ Should the {title} be name? Since it is used to form the URL? Just curios whether the module will convert it to name (haven't used it before) The bits between the curly braces are just identifiers for types. There are no actual length limitations. You could swap title out with name, page, post, user, model, or entry, which all assume the type segment - these are known as Smart Wildcards. If you wanted to give it another name, such as postname, you'd need to define the type in the Source as well: {postname:segment} As a recommendation, I'd also make the trailing slash optional, just to be sure. blog/{year}/{month}/{day}/{title}/? Link to comment Share on other sites More sharing options...
Peter Knight Posted August 26, 2015 Share Posted August 26, 2015 When you're Selecting a page to redirect to you're presented with the site tree. I'd love to see an additional auto-complete field here too. We have about 500 individual redirects to implement and it would drastically reduce our time. Is it on the roadmap or could it be? Link to comment Share on other sites More sharing options...
Mike Rockett Posted August 27, 2015 Share Posted August 27, 2015 When you're Selecting a page to redirect to you're presented with the site tree. I'd love to see an additional auto-complete field here too. We have about 500 individual redirects to implement and it would drastically reduce our time. Is it on the roadmap or could it be? Yeah, it did cross my mind for Jumplinks 2, but I may just implement it sooner. Reason being: Quite a bit of non-dev work going on at the moment, which is taking up a lot of my time. I'll try and do something this afternoon - probably will make it an option. Though, you say you'd love to see it as an additional field - why have both? Link to comment Share on other sites More sharing options...
Peter Knight Posted August 27, 2015 Share Posted August 27, 2015 you say you'd love to see it as an additional field - why have both? They satisfy different use cases. If I don't know my page name but know where it's stored I will use the tree. Sometimes page names have changed. Likewise, in reverse... If I know the page name but not where it's located in the tree an auto complete field solves that And even if I know where a page is located in the tree, on large trees manually locating 500 pages takes a long time. Link to comment Share on other sites More sharing options...
Mike Rockett Posted August 27, 2015 Share Posted August 27, 2015 They satisfy different use cases. If I don't know my page name but know where it's stored I will use the tree. Sometimes page names have changed. Likewise, in reverse... If I know the page name but not where it's located in the tree an auto complete field solves that And even if I know where a page is located in the tree, on large trees manually locating 500 pages takes a long time. Okay, so I'd use both fields (the auto-complete field would be off by default, and would be enabled in config), and the last one to have done an update - that is, the last one used - will fill the Destination field. Easy enough - will give that a shot now. Link to comment Share on other sites More sharing options...
Mike Rockett Posted August 27, 2015 Share Posted August 27, 2015 I'm moving the remainder of this conversation over to the Jumplinks thread. Link to comment Share on other sites More sharing options...
Peter Knight Posted August 27, 2015 Share Posted August 27, 2015 I'm moving the remainder of this conversation over to the Jumplinks thread. My original comment referred to the Redirects Module though? Didn't realise there was a Jumplinks conversation here too. Link to comment Share on other sites More sharing options...
Mike Rockett Posted August 27, 2015 Share Posted August 27, 2015 My original comment referred to the Redirects Module though? Didn't realise there was a Jumplinks conversation here too. Sure, that was your original. Now that I'm working on a new feature, it's better off in the Jumplinks thread. Edit: My apologies - I'm not keeping tack of the conversation properly (I can be quite a scatter-brain sometimes)... Nonetheless, I'm adding your suggestion to Jumplinks, and have asked for a little help on that thread. I do agree with what you need though. Thing is, I don't think Redirects is being updated anymore. Link to comment Share on other sites More sharing options...
isellsoap Posted October 15, 2015 Share Posted October 15, 2015 I can’t add redirects for multi-language URLs. The default language of my site is German, and I have also added English (with the root /en/). Wenn I add a redirect which should go from /test-bla-bla/ to /en/ and save it, the redirect gets saved as going from /test-bla-bla/ to /. The module seems to ignore every URL that starts with /en/. Can someone help me please? Link to comment Share on other sites More sharing options...
Mike Rockett Posted October 15, 2015 Share Posted October 15, 2015 I can’t add redirects for multi-language URLs. The default language of my site is German, and I have also added English (with the root /en/). Wenn I add a redirect which should go from /test-bla-bla/ to /en/ and save it, the redirect gets saved as going from /test-bla-bla/ to /. The module seems to ignore every URL that starts with /en/. Can someone help me please? I haven't yet had a chance to play around with ProcessRedirects on multi-language sites, and so can't be sure why that is happening. Have you perhaps tried using Jumplinks? 1 Link to comment Share on other sites More sharing options...
isellsoap Posted October 28, 2015 Share Posted October 28, 2015 @apeisa Seems to be a hard-coded issue in the module. Link to comment Share on other sites More sharing options...
Mike Rockett Posted November 9, 2015 Share Posted November 9, 2015 I'd love to have a setting for 301 permanent and 302 temporary redirects. 301 is the default now, but it's not always what I want. You could make use of Jumplinks - 302 redirects are used when you set Timed Activation. Link to comment Share on other sites More sharing options...
kixe Posted November 26, 2015 Share Posted November 26, 2015 (edited) @MikeThanks for jumplinks. You did a great job. I like it.I have some small remarks/ questions Why isn't it listet in PW Modules? Why doesn't it have its own support board in PW Forum. ProcessRedirect is another Module. I think its better to have one support board for each module, even if they are related. I would like to have an option to clear the 'HITS'. EDITJust found it in the directory and even the support board: https://processwire.com/talk/topic/8697-jumplinks/It isn't listet if I select modules by Modulauthor mikerockettmikerockett or mike-rockett (better to merge)I strongly recommend to unravel Support Board for ProcessJumplinks and ProcessRedirect. Maybe this post could be moved to Jumplinks Support Board too. (Hello Pete?) Edited November 26, 2015 by kixe 1 Link to comment Share on other sites More sharing options...
Mike Rockett Posted November 26, 2015 Share Posted November 26, 2015 Hi kixe: replied here: https://processwire.com/talk/topic/8697-jumplinks/#entry107615 Link to comment Share on other sites More sharing options...
Marty Walker Posted December 8, 2015 Share Posted December 8, 2015 Hi Antti, I've noticed something odd with Redirects in one of my installs. The row that says 'projects' has gone a little screwy. That happened after I edited it. Link to comment Share on other sites More sharing options...
apeisa Posted December 8, 2015 Author Share Posted December 8, 2015 Can you peek to database regarding that row? Link to comment Share on other sites More sharing options...
guenter55 Posted January 20, 2016 Share Posted January 20, 2016 Hi, I hope someone or this module can help: After relaunch the URL changed from www.shoppingwels.at/apotheken/apothekenkalender.php to www.shoppingwels.at/apotheken/ The script from apothekenkalender.php is now inside PW (/site/...) and as /apotheken/ is in the PW-tree I can no longer link inside the Folder (is that really true? or can I change something in htaccess?). The Problem too is. this is a Service for pharmacy and the Drugstores want to iframe to this file. So I helped me and made the script twice in another Folder /apothekendienste/ which is not in PW. But Google has the link (good SEO for me) Apotheken-Kalender von Wels mobil www.shoppingwels.at/apotheken/apothekenkalender.php Bereitschaftsdienst der Welser Apotheken inklusive Gunskirchen, Buchkirchen und Marchtrenk. Alle Sonn- und Feiertags- und Nachtdienste. So I tried in htaccess: Redirect 301 /apotheken/apothekenkalender.php http://www.shoppingwels.at/apotheken/ but this will not work! So what can I do to redirect from my old URL to /apotheken/ - thank you for helping Link to comment Share on other sites More sharing options...
makari Posted June 1, 2016 Share Posted June 1, 2016 Hi, have a problem with a redesigned homepage with 3 domains in (that is new) one multisite PW installation. To prevent 404 errors with old paths i have installed this module. It looks great and every thing seems to be ok - but it takes no effect. Are there any problems or (better) hints with multisite-installations? Link to comment Share on other sites More sharing options...
POWERFULHORSE Posted August 29, 2016 Share Posted August 29, 2016 Any tips on using this module with PW3.x? Currently experiencing some problems with it. Link to comment Share on other sites More sharing options...
adrian Posted August 29, 2016 Share Posted August 29, 2016 1 minute ago, POWERFULHORSE said: Any tips on using this module with PW3.x? Currently experiencing some problems with it. Take a look at Jumplinks: http://rockett.pw/jumplinks/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now