Talk

Common problems when enabling Search Engine Friendly (SEF) URLs

From Joomla! Documentation

Revision as of 17:59, 17 January 2011 by Sbohler (talk | contribs) (New page: I had site problems using: var $live_site = 'http://example.com/joomla'; ...which went away when I set it this way: var $live_site = '/joomla'; However, this did not solve my...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I had site problems using:

    var $live_site = 'http://example.com/joomla';

...which went away when I set it this way:

    var $live_site = '/joomla';

However, this did not solve my SEF URL issues.

Just FYI, Scott