I have the following code in the my .htaccess file and the top Rewrite works fine the bottem one does not I know why but I dont kno how to fix it.
Its seeing RewriteRule ^([^/]*).html index.php?p=order&course_id=$1 [L] as the top rewrite command becuase of the hightlighed part and i dont want to put it in a dir
RewriteEngine on
RewriteRule ^([^/.]+).html index.php?p=$1 [L]
index.php?p=about_usRewriteRule ^([^/]+).html index.php?p=order&course_id=$1 [L]
index.php?p=order&course_id=5 Thank you,
^([^/]+).html?