On Thursday 15 January 2004 09:42, Ryan A wrote: > Nope, does not work. > > Looks like I got a problem that finally stumped the whole list....lucky me
This works fine for me: RewriteEngine On RewriteRule ^show/(.*)/(.*)/(.*) /show.php?a=$1&b=$2&c=$3 What version of Apache/PHP are you using? Have you checked bugs.php.net? You're not using some weirdo operating system like Windows are you? If all else fails you can use the 'parse the URL' method that I outlined earlier. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* It is now 10 p.m. Do you know where Henry Kissinger is? -- Elizabeth Carpenter */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php