ashishb
1
My feed is at /rss.xml
I want to redirect (ideally 302 redirect) from
/feed
→ /rss.xml
/feed.xml
→ /rss.xml
Adding the following to hugo.yaml
does not work
params
...
# For RSS feed
permalinks:
feed.xml: /rss.xml
redirect:
feed.xml: 301
What’s the correct way to do this?
frjo
2
This is a task for your web server. Apache, Nginx etc. have configuration to set upp redirects.
1 Like
ashishb
3
Thanks.
I wrote nginx config for this.
system
Closed
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.