![]() Topic awaiting preservation: Apache mod_rewrite expression like a negative lookback assertion (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() I'm looking for a way to filter out one name in a mod_rewrite (index.php as it can create a loop). I've been trying various combinations and permutations and (thanks to TP) I think the closest is something like: |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() I don't know if mod_rewrite supports full PERL type regexps but if it does, Linear's answer in this post might be just the thing your loking for. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Butcher: Thanks for that but that uses a zero-width negative lookbehind (sorry I said lookback above) assertion and (as mentioned) that doesn't work in mod_rewrite and I was looking for a way of doing something similar. |
Maniac (V) Mad Scientist From: :morF |
![]() quote:
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Skaarjj: Sorry I was tired and my British love of toilets sneaked out |