How can I correctly send all traffic from:
http://my-domain.com/about/case-studies/clientName/
to
http://my-domain.com/about/case-studies/?clientName=$clientName
(not seen by visitors)
Using mod-rewrite so that when I hit that URL I see the /case-studies/ page in Wordpress (in the database) with "Hello $clientName"?
Do I need to create a custom page file, or can I get by with my Wordpress page in the database?
Thank you!!