HI .. I am trying to use MOD rewrite to replace those long file names : http://www.website.com/default.php?cPath=538_541_1849 http://www.website.com/default.php?cPath=538_541 http://www.www.website.com/default.php?cPath=538 with those : http://www.website.com/cate538_541_1849.html http://www.website.com/cate538_541.html http://www.website.com/cate538.html would you please help me in creating the .htaccess file to do it
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^cate([^.]+)\.html$ default.php?cPath=$1 [L]