url rewrite with .htaccess
Posted: Wed Feb 06, 2013 5:31 am
I'm using a module which doesn't support the seo-keywords for rewritting the urls. I'm confused with the .htaccess because I think it doesn't work normal. I need to rewrite 2 urls.
I want to rewrite this url: http://www.chesspoint.ch/schachblog?page=2
to this: http://www.chesspoint.ch/page/2.php
I tried it with this rule:
But its not working? What do I make wrong?
I want to rewrite this url: http://www.chesspoint.ch/schachblog?page=2
to this: http://www.chesspoint.ch/page/2.php
I tried it with this rule:
Code: Select all
RewriteRule ^page/([^/]*)\.php$ /schachblog?page=$1 [L]