optimisey.com
Getting woken up by their kid in the morning, given them a (face) hug(ger). 😄
Getting woken up by their kid in the morning, given them a (face) hug(ger). 😄
The system basically makes best guess matches between file A (origin URLs) and file B (destinations) based on the URL.
Useful in certain circs I'm sure but not it for this project sadly.
Thanks for sharing it though!
The system basically makes best guess matches between file A (origin URLs) and file B (destinations) based on the URL.
Useful in certain circs I'm sure but not it for this project sadly.
Thanks for sharing it though!
Who knew LinkedIn could be useful...? 😄
Who knew LinkedIn could be useful...? 😄
I'm just very wary of the 'Garbage In, Garbage Out' issue, as I'm not sure how (or even if?) I could give any system an overview of all the moving parts (platforms, regex variations, order or redirect rules etc.) it'd need to do this well.
I'm just very wary of the 'Garbage In, Garbage Out' issue, as I'm not sure how (or even if?) I could give any system an overview of all the moving parts (platforms, regex variations, order or redirect rules etc.) it'd need to do this well.
Zero pressure/expectation - but just that probably explains better what I'm scratching my brain over. 😄
Zero pressure/expectation - but just that probably explains better what I'm scratching my brain over. 😄
/staff/[staff-name]/
and then moved it to:
/our-team/[staff-name]/
Splats are perfect for that.
But they also have staff that have now left that need to 301 to the parent page.
I don't think a tool/system can logic that?
/staff/[staff-name]/
and then moved it to:
/our-team/[staff-name]/
Splats are perfect for that.
But they also have staff that have now left that need to 301 to the parent page.
I don't think a tool/system can logic that?
You point about different rules on different platforms is a good one. The *order* in which the rules appear is critical info too.
Also feels risky: one misplaced redirect rule could bork the whole site.
You point about different rules on different platforms is a good one. The *order* in which the rules appear is critical info too.
Also feels risky: one misplaced redirect rule could bork the whole site.
I'm just chugging through this manually and thinking: "There *must* be better way..." and coming up empty.
Any and all ideas welcome.
/1
I'm just chugging through this manually and thinking: "There *must* be better way..." and coming up empty.
Any and all ideas welcome.
/1
I would like to input:
x lines of redirect rules (including regex, wildcards etc.)
and I would like the tool to output:
y lines of redirect rules (including regex, wildcards etc.)
Whereby y < x.
Please and thank you. Have it on my desk by this afternoon. 😂
I would like to input:
x lines of redirect rules (including regex, wildcards etc.)
and I would like the tool to output:
y lines of redirect rules (including regex, wildcards etc.)
Whereby y < x.
Please and thank you. Have it on my desk by this afternoon. 😂
I think most things from Fifa are motivated by money or power (ideally both).
PR? Maybe. If it helps them get more money/power.
I think most things from Fifa are motivated by money or power (ideally both).
PR? Maybe. If it helps them get more money/power.
If I say their names 3 times, backwards, into a mirror maybe they'll build a tool for that? 😂
If I say their names 3 times, backwards, into a mirror maybe they'll build a tool for that? 😂
I am wondering how 'worth it' it is?
Is /(andrew|chris|montse|heather)/ = /seo/
much better than separate lines for each?
Scaled to 3k redirects... maybe?
I am wondering how 'worth it' it is?
Is /(andrew|chris|montse|heather)/ = /seo/
much better than separate lines for each?
Scaled to 3k redirects... maybe?
This site is currently using a WordPress plugin to built them -- but yes, regex and wildcards and the whole kaboodle.
This site is currently using a WordPress plugin to built them -- but yes, regex and wildcards and the whole kaboodle.