URL Rewrites
In our private session we worked out some URL rewrites which work with directory.99 (with 99 being the id)
I am wondering if we can use directory/99
https://mysite.com/directory/page.php?horseid=11413
RewriteRule ^timeline/[a-zA-Z0-9_.-]+\.([0-9]+)$ page.php?id=$1 [NC,L]
Actual urls in PM for my benefit