0
我對Nginx的使用Wordpress,我需要創建這些301重定向:如何在Nginx的從年/月/ Postname重定向到年/月/分類/ Postname
從
/%year%/%monthnum%/%postname%/
到/%year%/%monthnum%/%category%/%postname%/
從
/%category%/%postname%/
到/%year%/%monthnum%/%category%/%postname%/
我將如何做到這一點?
編寫一個PHP腳本。 nginx怎麼知道重定向到哪裏? –
你能否詳細說明你的評論。 –
這不是一個nginx的工作。這是你的應用程序的工作。 –