How to use OOTB Vanity url with remote satellite server
Hi,
I am trying to implement the 'out of the box' vanity url which comes with 11.1.1.8 version.
I set up the vanity url with webserver(apache) mod-rewrite as below, which works fine.
RewriteRule ^(.*)$ /cs/Sites?lookuphost=http://www.example.com& lookuppage=$1 [L]
In this case I don't have Remote Satellite Server. So, all my requests are routed to the Sites filter (/cs/Sites) which is at the content server tier. So, Sites filter has the DB access and it gets the respective c, cid, wrapper etc from webference table , cache it and forwards the request to the co-res satellite server (cs/Satellite) with proper pagename, c, cid values.