Do many redirects slow my site
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 9 months ago #2619
by admin
Yes, we could change the from URL as follow:
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
-
Less
More
-
Posts: 33
-
Thank you received: 0
-
-
10 years 9 months ago #2620
by bonaventure
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.

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:
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 9 months ago - 10 years 9 months ago #2621
by admin
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: 10 years 9 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
-
Less
More
-
Posts: 33
-
Thank you received: 0
-
-
10 years 9 months ago #2624
by bonaventure
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 9 months ago #2628
by admin
U're welcome, really!!!
Best regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.160 seconds