stubarny Posted March 28, 2012 Share Posted March 28, 2012 Hello, The rewrite rule below works except if I have no characters infront of the word "jobs". RewriteRule ^([^/]*)jobs([^/]*)$ jobs.php?q=$1jobs$2 [L] Therefore "www.test.com/test-jobs-in-london" works but "www.test.com/jobs-in-london" fails (i.e. "webpage can not be found). But I thought that "*" meant 'zero or more than zero' so I don't understand why "www.test.com/jobs-in-london" is failing? May thanks for any help you can give, Stu Quote Link to comment https://forums.phpfreaks.com/topic/259908-error-with/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.