how can i 301 redirect (permanent redirect) all page like page-id1-id2.html to page/text1/text2.html where i have the database in below format: id1 | id2 | text1 | text2 ??
You may need to have a PHP script generate the htaccess file to do what you want. Or manually create the htaccess file.