How can I make these two lines work, at the moment only one of them works at a time… any ideas..
RewriteRule ^jobs-in-dubai/(.*)/ /readjobsingle.php?parent=$1 [L]
RewriteRule ^jobs-in-dubai/^/?([\s-_A-Za-z0-9])+/(.*)/ /readjob2.php?id=$2&o=$1 [L]
Difference between the lines respectively..
http://www.example.com/jobs-in-dubai/finance/
http://www.example.com/jobs-in-dubai/finance/87/
