Hi guys,
I have a rewrite which is:
RewriteRule /cid/(.*)/page/(.*)\.php chapter.php?cid=$1&page=$2
now this works fine but when the page bit is taken out then i get a 404.
so
cid/147/page/2
is fine but
cid/147
which is the first page isn't. I can append page/1 to it and that would work but is there something that could make it work without it?
Or is there a better way?
Any help much appreciated.