cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect/ rewrite URL to blog in Magento 2.x

SOLVED

Redirect/ rewrite URL to blog in Magento 2.x

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 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Redirect/ rewrite URL to blog in Magento 2.x

In Magento 2 it's moved to Marketing -> SEO & Search -> URL Rewrite

 

 

Don Udugala

View solution in original post

2 REPLIES 2

Re: Redirect/ rewrite URL to blog in Magento 2.x

In Magento 2 it's moved to Marketing -> SEO & Search -> URL Rewrite

 

 

Don Udugala

Leverage Browser caching on Nginx

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 ?