I'm trying to rewrite some URL's.
I use this and it works fine:
RewriteRule ^page/(.+)$ index$1.php [nc]
But when I try to use this, it says page not found:
RewriteRule ^page/1$ index.php [nc]
Anyone know what I'm doing wrong?
I use this and it works fine:
RewriteRule ^page/(.+)$ index$1.php [nc]
But when I try to use this, it says page not found:
RewriteRule ^page/1$ index.php [nc]
Anyone know what I'm doing wrong?



Comment