Look in the Help link for the site and select system info.
It will tell you there.

I just found this problem when trying to change the server settings ont the global configuration page of the backend. config.php file is 777 but it changes nothing. Always have to change the config by editing the configuration.php with a text editor or other software.Pinc wrote:Are you changing permissions in your server,or how?
Pinc wrote:Check out this post and see if the solution works for you:
http://forum.joomla.org/viewtopic.php?f=470&t=294163
Code: Select all
/var/www/joomla/tmp(/.*)?
/var/www/joomla/components(/.*)?
/var/www/joomla/administrator/components(/.*)?
/var/www/joomla/language(/.*)?
Code: Select all
$ restorecon -r /var/www/joomla
Code: Select all
[root@myserver joomla]# ls -ldZ plugins/
drwxrwxr-x. me apache system_u:object_r:httpd_sys_content_t:s0 plugins/
Code: Select all
[root@myserver joomla]# ls -ldZ plugins/
drwxrwxr-x. me apache system_u:object_r:httpd_cache_t:s0 plugins/
Code: Select all
/var/www/joomla(/.*)?