Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、私のhtaccessには次のようなコードがあります
RewriteRule (.*)/$ /pagename.php?name=$1
URL構造はhttp://www.abcd.com/brand_name/正常に機能しています。htaccess を介して、次のように書き換えたいと思います。http://www.abcd.com/xyz-string/brand_name/
http://www.abcd.com/brand_name/
http://www.abcd.com/xyz-string/brand_name/
これを行う方法?