Monday 29 September 2003 4:19:07 am
I'm sure I've seen a post by someone with exactly the same problem as you and the answer was to turn on the virtual hosting... I know turning it on for me fixed a couple of problems + it makes it look nice and tidy :) add some along the lines of:
<Virtualhost 192.168.0.1>
<Directory /var/www/html/ezpublish-my-sites/>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>
RewriteEngine On
RewriteRule !\.(gif|css|jpg|png|jar|js|html)$ /index.php
ServerAdmin root@localhost
DocumentRoot /var/www/html/ezpublish-my-sites/
ServerName 192.168.0.1 </Virtualhost> to your httpd.conf (assuming your using linux and uri). If you still get the same problem then it's something to do with either settings/site.ini or settings/siteaccess/news_admin(or news)/[overide files]. In site.ini check to see what your DefaultAccess is set to and enable debug output, cos that'll tell you what's wrong if nothing else does. Hope something here helps :) ~James~
|