When I enter a category page and click page 2, page 3, and so on, my category URL is like this: mysite.com/categoryA.html?_=1667391802008&p=5, there is a timestamp in my URL.
When I enter first this category A, the URL looks good like this: mysite.com/categoryA.html
when I click page 2, the URL turns like this: mysite.com/categoryA.html?_=1667391802011&p=2, the timestamp appear.
Could someone help me? How to remove the timestamp please?
Thank you soooo much!
Hi @zyworkersg2de1 ,
Magento doesn't provide timestamp in url when you switch pagination.
Please check for particular custom module that you have added in project and disable that to remove timestamp.
You can find related module and disable it from app/etc/config.php
Problem Solved! Accept as Solution!
Hope it helps!
Thanks