On 12/26/05, Rovi <[EMAIL PROTECTED]> wrote: > I need help with setting up the right url for my web site. I followed the > direction in http://solprovider.com/lenya/proxy to set up proxy for the live > site like this: > NameVirtualHost *:80 > <VirtualHost *:80> > ServerName livelenya.domain.com > RewriteEngine On > RewriteRule ^/veg/live/(.*)$ http://127.0.0.1:8888/pub/live/$1 [P] > RewriteRule ^/veg/authoring/(.*)$ http://127.0.0.1:8888/pub/live/$1 [P] > RewriteRule ^/lenya/(.*)$ http://127.0.0.1:8888/lenya/$1 [P] > RewriteRule ^/kupu/(.*)$ http://127.0.0.1:8888/kupu/$1 [P] > RewriteRule ^/(.*)$ http://127.0.0.1:8888/pub/live/$1 [P] > </VirtualHost> > > The redirect does work - as I can confirm by replacing the last RewriteRule > above with another url. But if I set it up exactly like above, and go to > livelenya.domain.com from another pc, it actually shows this url > (http://127.0.0.1:8888/pub/live/index.html) and takes me to 'Page cannot be > displayed' error.
You did not change the targets to your publication-id. Every "pub" must be changed to "veg". solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
