Why doesn't .htaccess handle regex correctly? It can't compile this:
Before, I basically hacked my way to making a "valid" regex for my website to be barely functional. However, I can't get it to handle regex correctly. Locally, the regex works fine, but not on my host's server. They have Apache 1.3 (I have Apache 2), so does that have to do with it?
Is anyone aware of what regex .htaccess can handle, and what it can't?