× Here you can get community support related to ReDJ.

Do many redirects slow my site

More
9 years 10 months ago #2619 by admin
Replied by admin on topic Do many redirects slow my site
Yes, we could change the from URL as follow:
From URL: ^/[^/]{4}$

This will match any URL like /XXXX with X different by a /.

Or better:
From URL: ^/[0-9A-Za-z]{4}$

To match only combination of 4 digits and letters.

But the problem here is the current 303 redirect, that means the rule is not working, and/or there's something that mess with ReDJ. Can you send me an email at info(at)selfget.com? I need to check your backend settings, so we can schedule a remote support session with Team Viewer.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • bonaventure
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 10 months ago #2620 by bonaventure
Replied by bonaventure on topic Do many redirects slow my site
Actually, I changed it to the following as you recommended:
From URL: ^/[0-9A-Za-z]{4}$
I cleared the browser cache and it appears to be working perfectly. :cheer: I'm not sure what changed. I'll send login credentials via email so that you can make sure everything is set properly.

I'd also like to understand the placeholder. More specifically, I don't understand what the following does:
alias={pathltrim /}
Is this merely telling the redirect to grab whatever is in the "from url"?

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago - 9 years 10 months ago #2621 by admin
Replied by admin on topic Do many redirects slow my site
Wait for credentials, if the rule works are not necessary.

About the macros, {pathltrim /} takes all the path /AAAA and drops the string specified on the left (so the slash). The result is just the AAAA we need to lookup the database.

In the rule edit page there's a list of supported macros. And there's also a documentation available online.

Kind regards,
Luigi
Last edit: 9 years 10 months ago by admin.
The following user(s) said Thank You: bonaventure

Please Log in or Create an account to join the conversation.

  • bonaventure
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 10 months ago #2624 by bonaventure
Replied by bonaventure on topic Do many redirects slow my site
Just turned on internal redirect.
Wow, this plugin is amazing. One rule for 390,000 different pages. I love it!
And an alias system to go with it. And incredible support. I'll be ordering this for some of my other sites, too.
Thanks for the help.

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #2628 by admin
Replied by admin on topic Do many redirects slow my site
U're welcome, really!!!

Best regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.099 seconds