What I am using currently is,
RewriteEngine On
RewriteBase /
RewriteRule ^blahblah/([a-z]+)$ abcd.php?word=$1 [L]
So the current output is, site.com/blahblah/word
what I am trying to achieve is, site.com/blahblah/the-word-is-word
Searched all around, couldnt find anything what did this 🙁
Example :
Orginal url : site.com/abcd.php?word=Google
Currently : site.com/blahblah/Google
What I am looking for : site.com/blahblah/the-word-is-Google
P.S : Capitalization does matter as Google and google is going to be different.
Put this code in your .htaccess under DOCUMENT_ROOT: