No More Mod_Rewrite Trouble

I fixed the problem I was having with Mod_Rewrite. The Apache URL Rewriting Guide helped me to find the error of my ways. I should have written the code like this:

RewriteEngine on
RewriteBase /
RewriteRule ^dane/other/(.*) /dane/other-make/\?page=$1 

Tagged: Old
Posted: June 11, 2003