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.
私はこのタイプのページを持っています:-
xyz.com?q=Apple+Ipod+touch
タイプに変換したい
xyz.com/Apple+Ipod+touch
これはどのように行うことができますか?
試す:
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
より具体的なURLの形式を使用している場合は、よりRewriteRule一般的ではなく(つまり、すべてに一致しない)URLに固有になるように調整できる場合がありますが、これは機能するはずです。
RewriteRule