12 Jan
2006
12 Jan
'06
10:26 a.m.
Dear All, I am using python 2.3.5, zope 2.8 and plone 2.1. After writing the following rewrite rule in apache (compiled from source 1.3) the site is opening. <VirtualHost *> ServerAlias shakeelx.ekduniya.com RewriteEngine On RewriteRule ^/(.*) http://127.0.0.1:9673/VirtualHostBase/http/% {HTTP_HOST}:80/%{HTTP_HOST}/VirtualHostRoot/$1 [L,P] RewriteLog "/usr/local/apache/logs/rewrite.log" RewriteLogLevel 9 </VirtualHost> The problem I am facing is it is not picking the css as a reasult of which the site is only openig with the text with out any formating. Looking for a solution. regards, Kedar