私が現在使っているのは、
RewriteEngine On
RewriteBase /
RewriteRule ^blahblah/([a-z]+)$ abcd.php?word=$1 [L]
したがって、現在の出力は、site.com/blahblah/word です。
私が達成しようとしているのは、site.com/blahblah/the-word-is-word です
あちこち検索しましたが、何がこれをしたのか何も見つかりませんでした:(
例 :
元の URL :site.com/abcd.php?word=Google
現在 :site.com/blahblah/Google
私が探しているもの:site.com/blahblah/the-word-is-Google
PS : Google と Google は異なるため、大文字の使用は重要です。