Can I use .htaccess to convert a url slug to a POST request?
I would like to use .htaccess to take a URL like this:
mydomain.com/some-url-slug
and instead redirects the user to mydomain.com, but with a POST request
that includes "some-url-slug".
Is this possible? Thanks!!
No comments:
Post a Comment