Hi,
When hosting my website I got this redundant path to the tachyon template css files.
e.g. <link rel="stylesheet" href="/community/index.php/community/plugins/system/rokbox/themes/clean/rokbox-style.css" type="text/css" />
<link rel="stylesheet" href="/community/index.php/community/components/com_gantry/css/gantry.css" type="text/css" />
<link rel="stylesheet" href="/community/index.php/community/components/com_gantry/css/grid-12.css" type="text/css" />
<link rel="stylesheet" href="/community/index.php/community/components/com_gantry/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="/community/index.php/community/templates/rt_tachyon_j15/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="/community/index.php/community/templates/rt_tachyon_j15/css/body.css" type="text/css" />
<link rel="stylesheet" href="/community/index.php/community/templates/rt_tachyon_j15/css/header-dark.css" type="text/css" />
The same site with the same settings works perfectly on my local sever.
I am using Joomla 1.5.22 with PHP 5.x
Thanks for your help.
JLM
The issue comes from the wrong URL paths to the links and CSS files.
Something regarding how to set PHP constants for common directories?
The website is not in the root but in a folder "community".
I have no idea where to start digging: Joomla PHPs, JomSocial...