mianriz
06-26-2005, 11:20 PM
Hi Programmers!
I want to change my database links into .html links, I read on net about .htaccess file that we can change our database link into simple statis links useing rewirte engine commands. please sort out my problem my links shows as http://www.efaisalabad.com/cat_sell.php?cid=27
in .htaccess file i use this method
RewriteEngine on
RewriteRule ^cat_sell(.*).html$ cat_sell.php?cid=$1
but its is not working please check and give me solution
I am waiting your quick responce
mianriz
I want to change my database links into .html links, I read on net about .htaccess file that we can change our database link into simple statis links useing rewirte engine commands. please sort out my problem my links shows as http://www.efaisalabad.com/cat_sell.php?cid=27
in .htaccess file i use this method
RewriteEngine on
RewriteRule ^cat_sell(.*).html$ cat_sell.php?cid=$1
but its is not working please check and give me solution
I am waiting your quick responce
mianriz