I need to make it redirect anything from /members/* to index.php and anything from anywhere else to /ss/(whatever was in the request uri goes here).
Does anybody know if this is possible or how I might be able to do it? Another problem will be getting the zend framework to remove /members/ before processing its routes.
Alright I just realized the way I was trying to do it was ridiculous. Now I just need to guide all traffic to /ss/ other than /members. This is what I have but it refuses to work I always get so annoyed with mod_rewrite. It's a pain.