我想将网址http://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]
谢谢 !