hello, I'm trying to make human readable urls, using the titles of products as link names with mod rewrite. One of my products has a forward slash in its name, trips everything over nicely. I've tried various methods of getting it working, and annoyingly my regex works in regex workbench just not with mod rewrite! ok see below,
Ok I think I have found the problem. Your server is running mod_negociate and that is converting productDetails/ into productDetails.php/ before your rewrite rule is run. The following worked fine on my server (Apache 2.0.54)