97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里
Discuz! 官方交流社區(qū)
標(biāo)題:
麻煩兄弟們,幫我寫一下nginx 301重定向
[打印本頁]
作者:
dadage
時(shí)間:
2022-9-17 22:59
標(biāo)題:
麻煩兄弟們,幫我寫一下nginx 301重定向
我想 http://www.x.com/vip.php 301轉(zhuǎn)向到 http://www.X.com/vip.html
這樣寫怎么也不成功.不知道怎么回事..
location ~* ^/vip\.php$
{
rewrite ^http://www.X.com/vip.html permanent;
}
這樣寫也不行
if ( $uri ~* ^/vip\.php$){
rewrite ^http:/www.x.com/vip.html permanent;
}
謝謝兄弟們!
作者:
可樂不加冰
時(shí)間:
2022-9-18 01:42
rewrite ^http://613dq.com/forum.php(.*) https://www.613dq.com/index.html permanent;
作者:
dadage
時(shí)間:
2022-9-18 13:34
if ( $request_uri ~* vip\.php){
rewrite ^([^\.]*)/vip\.php$ $1/vip.html last;
}
歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/)
Powered by Discuz! X5.0