我想重定向这种网址:
example.com/index.php?threads/hello-how-are-you.326517/
至
example.com/showthread.php?t=326517
我试过了:
location ~ /[0-9]+ {
rewrite "/([0-9]+)" /showthread.php?t=$1 break;
}
但它不能正常工作。请问你能帮帮我吗?H
我想重定向这种网址:
example.com/index.php?threads/hello-how-are-you.326517/
至
example.com/showthread.php?t=326517
我试过了:
location ~ /[0-9]+ {
rewrite "/([0-9]+)" /showthread.php?t=$1 break;
}
但它不能正常工作。请问你能帮帮我吗?H