Konga Power
|
Friday 17 September 2004 1:26:03 am
I've installed the "XAMPP for Windows Version 1.4.4" in contains Apache 2.0.50 and PHP 4.3.7. I downloaded and unpack the eZ publish 3.4.1. All of this in Windows XP Pro SP2.
I've added in the apache file httpd.conf the follow lines:
Alias /ezpublish "c:/apachefriends/xampp/ezpublish/"
<Directory "c:/apachefriends/xampp/ezpublish/">
Options Indexes MultiViews ExecCGI
AcceptPathInfo On
DirectoryIndex index.php
Order allow,deny
Allow from all </Directory> When I type http://localhost/ezpublish/ everything looks fine, but when I click in one of the buttons Finetune or Next, I've receive the information "The page cannot be displayed".
Any ideas? Thanks.
|
Marco Zinn
|
Tuesday 21 September 2004 1:49:02 pm
Hi,
I don't know, if this is enough for the Virtual Host.
Usually, you may want to use a rewrite rule, but i think ez 3.4 can live without this.
Does accessing the page with http://localhost/ezpublish/index.php work any better?
You must have "index.php" in the URLs, that are opened, when you click on "next". And you need AcceptPathInfo to be on, but i see, that this is fine. What URL do you have, when you get the error message?
Marco
http://www.hyperroad-design.com
|