Par exemple, ce lien /index.php?route=product/category&path= , je veux juste que les utilisateurs qui visitent ce lien accèdent à la page /abc.html
Comment écrire ceci ? nginx
Following the voice in heart.
Essayez ceci
if ( $request_uri = "/index.php?route=product/category&path=" ){ return 301 /abc.html; }
Essayez ceci