Hi
I am a totally newbie to this so be nice :)
I have installed :
Windows XP SP3
hMailserver 5.0-B326
Apache 2.2.14
PHP 5.2.9-1 with php-mysql module
Roundcube 0.3
MySql 5.1
I am stock after the login page, after that i getting this error ..
404 Not Found
Not Found
The requested URL /mail/RC/ was not found on this server.
-------------------------------------------------------------
I tried to remove .htaccess files
Here is there some from my Apache error log
[Mon Oct 12 00:05:34 2009] [error] [client 192.168.1.250] Attempt to serve directory: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/, referer: http://192.168.1.3/mail/RC/index.php
[Mon Oct 12 00:10:11 2009] [error] [client 65.55.211.198] File does not exist: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/robots.txt
[Mon Oct 12 00:14:16 2009] [error] [client 192.168.1.55] File does not exist: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Testwebmail
[Mon Oct 12 00:14:17 2009] [error] [client 192.168.1.55] File does not exist: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Mon Oct 12 00:14:20 2009] [error] [client 192.168.1.55] File does not exist: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/favicon.ico
[Mon Oct 12 00:14:29 2009] [error] [client 192.168.1.55] client denied by server configuration: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/.htaccess, referer: http://192.168.1.3/mail/
[Mon Oct 12 00:14:33 2009] [error] [client 192.168.1.55] client denied by server configuration: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/.htaccess
[Mon Oct 12 00:14:38 2009] [error] [client 192.168.1.55] File does not exist: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Testwebmail
[Mon Oct 12 00:15:02 2009] [error] [client 192.168.1.55] Attempt to serve directory: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/, referer: http://192.168.1.3/mail/RC/index.php
[Mon Oct 12 00:21:12 2009] [error] [client 192.168.1.55] client denied by server configuration: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/.htaccess
[Mon Oct 12 00:21:43 2009] [error] [client 192.168.1.55] Attempt to serve directory: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/, referer: http://192.168.1.3/mail/RC/index.php
[Mon Oct 12 00:23:26 2009] [error] [client 192.168.1.55] Attempt to serve directory: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/, referer: http://192.168.1.3/mail/RC/index.php
[Mon Oct 12 00:23:39 2009] [error] [client 192.168.1.55] Attempt to serve directory: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/, referer: http://192.168.1.3/mail/RC/index.php
Some are talking about :
check if index.php is specified in the DirectoryIndex option in your apache config ..... Where is that file ????
From what I see there is a mix up in the "/mail/" part of the url, I'd try rename the folder to "Mail" and see if it works.
Quote[Mon Oct 12 00:23:39 2009] [error] [client 192.168.1.55] Attempt to serve directory: C:/Programmer/Apache Software Foundation/Apache2.2/htdocs/Mail/RC/, referer: http://192.168.1.3/mail/RC/index.php
Quote from: skaero;22081From what I see there is a mix up in the "/mail/" part of the url, I'd try rename the folder to "Mail" and see if it works.
The folder name is /Mail/RC/
But i see your point sometimes it refer to /Testwebmail/ and this was the first installation on the server ,now the folder i deleted
That´s why i want to re index my apache .
Quote from: olesj;22088The folder name is /Mail/RC/
But i see your point sometimes it refer to /Testwebmail/ and this was the first installation on the server ,now the folder i deleted
That´s why i want to re index my apache .
I tried to install Roundcube 2.1 but still the same error so it must be me doing something wrong .
It up and working :-)
Reinstaller
Apache
PHP
MySql
Think this was the breakthrough
How to Install PHP on Windows (http://www.sitepoint.com/blogs/2009/04/13/how-to-install-php-on-windows/)