Jump to content

[SOLVED] mod_rewrite and pagination


Recommended Posts

I'm making the pagination for blog entries but I'm not sure how to get it the way I want.

 

The rule is:

 

RewriteRule ^blog/page-([0-9]+)/?$ /blog.php?page=$1 [L]

 

I want it to look like http://www.example.com/blog/page-1/ but it doesn't like it, presumably because of the - in the rule. I can only get it to work if it's http://www.example.com/blog/page/1/

 

Thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/152557-solved-mod_rewrite-and-pagination/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.