Roundcube Community Forum

 

The requested URL /roundcubemail/ was not found on this server

Started by asadahmed, July 20, 2009, 08:15:06 AM

Previous topic - Next topic

asadahmed

Dear Sirs,
I am trying to install roundcubemail. But I am getting this message
The requested URL /roundcubemail/ was not found on this server
thought I have followed all the required steps.

Please help.

Thank you

cngordon

check your /etc/httpd/conf.d/ folder (presuming you are on a LAMP server setup similar to Fedora or CentOS).
You should find a file called "roundcubemail.conf".
If not, you need one.  If you have one, check the contents of it, it should look something like:
# Round Cube Webmail is a browser-based multilingual IMAP client
#
#Alias /roundcubemail /usr/share/roundcubemail

        Order Deny,Allow
        Deny from all
        Allow from 127.0.0.1


Edit (both times) the "usr/share/roundcubemail" to point to the location you installed roundcube.  be sure that apache has read privelages to this location.

do a "service httpd restart" so that apache has the opportunity to re-read the conf files.