URLhttp://www.mywebsite.com/tutos/tutos.php ? q=my-tuto/tuto-1.htmlを http://www.mywebsite.com/tutos/tutos/my-にリダイレクトしたいtuto / tuto-1.html、.htaccessでそれを行う方法は?
私はこれを試しましたが、機能していません...:
RewriteRule ^http://www.mywebsite.com/tutos/([^-]*)$ http://www.mywebsite.com/tutos/tutos.php?q=$1 [L,QSA]
ありがとう !