i need to change the generic Roundcube logo that is in the top left corner. I have found on many sites how to do this, but they all say go to /skins/ etc etc.. My question is how and where do i find this ? I have Rouncube installed on a Centos server, and i cant find the rc-root anywhere..
The indicates the folder where Roundcube is installed. Just check the configuration of your webserver.
Posted via Mobile Device
In addition to my previous post, the location your webserver's configuration is probably: /etc/httpd/conf/httpd.conf
Thanks for the reply. That much i figured out but i have looked through the server and i can't find it anywhere. I have installed iRedOS 6, which is a Centos 5.5 install
The default location where the websites are stored is /var/www/html/ but /usr/share/www is also commonly used. You can check the following locations: /opt/ and /srv/ too
If you don't remember where you installed RoundCube you could try a search for a RoundCube file like main.inc.php.dist
Thanks for the replies.. i have tried all of these suggestions and still am finding nothing...
Linux isn't my forte, so i am not sure how to search for a file.. i did the following:
find / -name 'main.inc.php.dist'
Any suggestions?
What OS are you running?
Try:
locate main.inc.php