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?

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 ...





Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support