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]
Code: Select all
RewriteRule ^page/([^/]*)\.php$ /schachblog?page=$1 [L]
Code: Select all
RewriteRule ^Shop/Lehrmittel/$ /schach-lernen [R=301,L]
Users browsing this forum: Google [Bot] and 53 guests