Hy, guys,
merry Xmass,
i would like change the url to second page of splitted pages.
So i've a number of pages like /book/bookname/ that were splitted in 2 pages and pages 2 will called /book/bookname/2, i would like that for every second page the name will appear like /book/bookname/intro,
i wrote a line for .htacces but it doesn't work:
RewriteRule ^/book/(.*)/2 /book/$1/intro
what do i've to do ?