Forums / General / Problems with URL

Problems with URL

Author Message

Børge Warvik

Wednesday 23 November 2005 2:37:40 am

I'm not sure where to put this thread, so I do it in the General forum.

In a few weeks we'll be running eZ Publish on Linux on our host partner. While I'm waiting I've downloaded the app to my local machine and installed it. My system is Windows XP professional and IIS 5.

I did run the setup and I work fined. All the tables are installed in the MySQL database. I get no errors, but I know there is a problem with the extension php_imagick.dll. I just couldn't find a way to install it.

But anyway, the problems comes when I'm trying to run the site after installing it. I did set it up as an intranet on the root, so my URL are "localhost". When I go there I see a login page. When I try to login something strange happends with the URL. In the querystring there is missing a "?", which causes my system to return an error 404 File not found.

I.e:

http://localhost/index.php/intranet/user/login

The correct would be:

http://localhost/index.php?/intranet/user/login

Hope this is understandable. Can anyone help?

Mvh,
Børge Warvik
NIFAB

Gurudutt Verma

Wednesday 23 November 2005 3:12:12 am

Hi

Have you read folling.

http://ez.no/products/ez_publish_cms/documentation/installation/normal_installation/requirements_for_doing_a_normal_installation

http://ez.no/products/ez_publish_cms/documentation/faq/general/does_ez_publish_run_under_iis

IIS is not supported by eZ publish yet. Please switch to apache and configure it and fix all virtualhost settings and it should work then :-)

Børge Warvik

Wednesday 23 November 2005 3:25:24 am

Thanks Gurudutt Verma!

Hmmm.... would have been nice to have read that yesterday morning when I started to install eZ Publish :D Guess I only can kick myself for that :D

As of now I'm reading about installing the apache web server on my machine. Do you have any links for that?

Børge Warvik
NIFAB

Gurudutt Verma

Wednesday 23 November 2005 4:08:22 am

Hi!

I will suggest you to use bundeld installation if you are very new to eZ publish. see here
http://ez.no/content/download/101867/442295/file/ezpublish-3.7.2_installer.exe

or
To install apache on windows see here and I suggest you please do some google thing and you will find some more easy way to install apache on windows.
http://httpd.apache.org/docs/2.0/platform/windows.html

After that see virtual host setup here
http://ez.no/doc/ez_publish/technical_manual/3_6/installation/virtual_host_setup

And Requirement stuffs here
http://ez.no/doc/ez_publish/technical_manual/3_6/installation/normal_installation/requirements_for_doing_a_normal_installation

All the best :-)

Børge Warvik

Wednesday 23 November 2005 4:26:41 am

Gurudutt, thanks for all the help. I'll look into it now.