In Magento 1.x I was able to redirect a urlL or url rewrite to the Blog.
In Magento 2.x, I can't seem to do that. How do you have a link to the blog page and not to the \blog.html page?
Thanks
Solved! Go to Solution.
In Magento 2 it's moved to Marketing -> SEO & Search -> URL Rewrite
Hi,
I am getting issue on Leverage Browser caching on Nginx, i have read many articles but there is no solution for Magento on Nginx.
I tried this but no effect
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {
expires 365d;
}location ~* \.(pdf)$ {
expires 30d;
}
Please anyone can help ?