Saturday 14 February 2004 3:31:07 am
I have enabled all cookies. Tried another PC with all cookies enabled: Same problem. I just did a fresh new install on my server: Same problem. I guess (but am not sure) the trouble started after I've started using Virtual Host Setup. Unfortunately I don't know much about Apache. Could this have anything to do with it? I've removed the '.htaccess. from my Documentroot (but it doesn't work either when I put it back). Here's the snippet of httpd.conf regarding my admin interface:
<VirtualHost *>
<Directory /srv/cms/htdocs>
Options FollowSymLinks
AllowOverride None </Directory>
RewriteEngine On RewriteRule !(^/design|^/var/.*/storage|^/var/storage|^/extension/.*/design|^/kernel/setup/packages).*\.(gif|css|jpg|png|jar|js|ico|pdf|swf)$ /srv/cms/htdocs/index.php
DocumentRoot /srv/cms/htdocs
ServerName admin.[my-domain].com </VirtualHost> I hope anyone can help.
|