-1

サイトの SEO フレンドリー URL を作成するための .htaccess ファイルに取り組んでいます。まだ実験中ですが、今のところうまくいきません。

私はそれをうまく機能させるための助けを探していました。

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([a-zA-Z0-9-/]+)/$([a-zA-Z0-9-/]+)/$ ?m=$1&id=$2 [L,QSA,NC]

から:

www.testing.com/?m=bestproduct&id=admin

に:

www.testing.com/bestproduct/admin 

から:

www.testing.com/?m=product&id=admin

に:

www.testing.com/product/admin

から:

www.testing.com/?m=company&id=admin

に:

www.testing.com/company/admin

誰にも手がかりがありますか?

4

1 に答える 1