simple mod_rewrite
Posted: Tue Jun 12, 2007 9:19 am
I'm new to mod_rewrites. Could any help and tell me what is wrong with this?
and my php is:
Code: Select all
RewriteEngine On
RewriteRule ^job-(.*).html/ index.php?action=1&id=$1Code: Select all
echo '<a href="view-'.$row['id'].'.html">'.$row['title'].'</a>';