Rendering/Display Issue with Web Browsers - Joomla! Forum - community, help and support
if access live site, layout renders incorrectly on browsers. best way describe incorrect view cascade style sheets not being used. seen live site text, search bar, , hyperlinks, hyperlinks not link valid page.
if save source code of index.php page , save locally , open using web browser, page displays correctly; however, links not work obviously.
i suspect issue permissions. supposed modify permissions on /var/www/joomla directory? if so, recommeded permission setting?
if save source code of index.php page , save locally , open using web browser, page displays correctly; however, links not work obviously.
i suspect issue permissions. supposed modify permissions on /var/www/joomla directory? if so, recommeded permission setting?
can provide screen capture of see in browser online?
to honest, doesn't sound permissions, have been known wrong in past. sounds more live_site url variable or absolute_path variable in configuration.php being incorrect.
just in case:
the following faq may assist more;
faq: joomla! permissions overview
http://forum.joomla.org/index.php/topic,121470.0.html
the following configuration variables prime candidates sort of problems you seeing;
example settings:
for joomla! 1.0.xx
$mosconfig_live_site = 'http://www.domain.com.au';
$mosconfig_absolute_path = '/home//public_html';
and joomla! 1.5
var $live_site = 'http://www.domain.com.au';
var $absolute_path = '/home//public_html';
check these correct installaltion in configuration.php file ...
to honest, doesn't sound permissions, have been known wrong in past. sounds more live_site url variable or absolute_path variable in configuration.php being incorrect.
just in case:
the following faq may assist more;
faq: joomla! permissions overview
http://forum.joomla.org/index.php/topic,121470.0.html
the following configuration variables prime candidates sort of problems you seeing;
example settings:
for joomla! 1.0.xx
$mosconfig_live_site = 'http://www.domain.com.au';
$mosconfig_absolute_path = '/home/
and joomla! 1.5
var $live_site = 'http://www.domain.com.au';
var $absolute_path = '/home/
check these correct installaltion in configuration.php file ...
Comments
Post a Comment