I've searched all over the web but have not been able to find answers, so i hope you can help me.
I try to rewrite both the page and the category in my Htaccess as follows: example.com/page.php?cat=berlin&page=2 to example.com/berlin/2. Category can be different like Stockholm, Oslo, Copenhagen ...
Is there anybody inside that can show me how to do it? Or refer to a place where they show it correctly. I have try to use %1 but it did not work.
RewriteRule ^(.*)$ /book.php?url=$1 [L]