kop / yii2-scroll-pager

Infinite AJAX scrolling for Yii2 ListView widget
https://kop.github.io/yii2-scroll-pager/
MIT License
180 stars 63 forks source link

Unable to generate SEO friendly URL #79

Closed ak868308 closed 6 years ago

ak868308 commented 7 years ago

Hi, Greate extension I like it. Here I am facing some issues with SEO friendly URL. can you please help me how I can create SEO friendly pagination URL. I already defined rules for that but not working Here is my rule search-products/<page:\d+>' => 'product/search, this generating the URL abc.com/search-products?page=2 But I want like this abc.com/search-products/2

Thanks