Author Topic: The requested URL /roundcubemail/ was not found on this server  (Read 10831 times)

Offline asadahmed

  • Newbie
  • *
  • Posts: 1
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

Offline cngordon

  • Jr. Member
  • **
  • Posts: 11
The requested URL /roundcubemail/ was not found on this server
« Reply #1 on: July 21, 2009, 01:00:40 PM »
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.