Hi
I have successfully set up fop2 and have got it working in a multi tenanted environment but would like it to work with clean URLs
each on e of our contexts will be 4 alpha characters so I have this in my virtual host config
RewriteEngine On
RewriteRule ^([a-z]{4})$ /?context=$1
And have tried a lot of permutations of the above.
I know that mod rewrite is enables because if I put /abc at the end of the user I get an apache error whereas if I put /abcd I get a fop2 login but it's like it ignores the context aspect.
Does anyone have any ideas about this?