I have to 301 Redirect 15000+ pages. This makes my htaccess file size 4+ Meg. How can I change my mod rewrites to do some pattern checking or something to bring my file size down. I have urls with 2-3-4 parameters. RewriteCond %{QUERY_STRING} ^page=2prod_id=4&category=20$ RewriteRule ^store/cart/index\.php$ **********/products/blue/widgets/2.html? [R=301,L] Code (markup): Replace ********* with a valid http url.
I'm not sure if this is the right forum for this, but have you thought of doing a database or something?