: Redirecting single URL with Nginx - not working I have been trying to redirect several single URLs to their new locations using Nginx. The URLs are from Blogger and are in the format: http://domain.com/yyyy/mm/slug.
I have been trying to redirect several single URLs to their new locations using Nginx. The URLs are from Blogger and are in the format: domain.com/yyyy/mm/slug.
For example, I have this: example.com/2013/04/chartjs-javascript-library-for-easy.html
I am using this Nginx rewrite to redirect it, but for some reason it doesn't work:
server {
location ~ /([2012-2013]+)/.*/chartjs-javascript-library-for-easy.html {
return 301 $server_name/resource/chart-js; }
}
I place this in /etc/nginx/conf.d/example.conf which is loaded inside /etc/nginx/nginx.conf
Can anybody tell me why it doesn't work? It was working sometime back. Am I messing up my regex?
EDIT:
For some reason, location /test redirects ok, but location /test/html doesn't. Any idea why?
More posts by @Pierce454
1 Comments
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.