[Zope3-Users] Getting a Skin past Apache2

2007-12-21 Thread Myles English
Hello,

Does any one know why when I look at http://my.site.com/foo it is just
a bare-bones ZMI with no resources or widgets showing, just text
really, but when I go to http://localhost:8080/++skin++Rotterdam/foo I
can see the usual ZMI?

The rewrite rule I am using is:

RewriteRule ^(.*)
http://localhost:8080/++skin++Rotterdam/foo/++vh++http:my.site.com:80/++$1
[P,L]

Thanks,

Myles
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Getting a Skin past Apache2

2007-12-21 Thread Myles English
In correction to myself...

A day ago I wrote:
 Does any one know why when I look at http://my.site.com/foo it is just

Sorry, that should be http://my.site.com/

 a bare-bones ZMI with no resources or widgets showing, just text
 really,

And the Navigation tree is 'Loading...'.  I am not too fussed about
getting this working but maybe it is the same problem that prevents me
seeing a skin.

Using Rotterdam to start with:

but when I go to http://localhost:8080/++skin++Rotterdam/foo I
 can see the usual ZMI?

 The rewrite rule I am using is:

 RewriteRule ^(.*)
 http://localhost:8080/++skin++Rotterdam/foo/++vh++http:my.site.com:80/++$1 
 [P,L]

Myles
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users