But not able to implement same thing on dynamic page.
Background - I have Archive section for news. When you click on that link I am grabbing ID of that month to display all results related to that ID. Doing that by rewriting in .htaccess file as
RewriteRule ^archive-news/([0-9]*)/.* /archiveItempage.html?monthID=$1 [L]
When you click on Archive link the page where you will go has url
http://domainname.com/archive-news/3/March
if I click on 2 page, nothing appears, as for second page url appears as a
http://domainname.com/archiveItempage.html?page=2
For script, pls check above mentioned link, Do i need to write another rule in htaccess file to get it working???
Pls let me know what wrong I am doing? And how can I get it working???
Bookmarks