Difference between revisions of "Why does the formatting disappear after enabling SEF URLs?"

From Joomla! Documentation

(new faq for live site)
 
m (added redirect)
Line 1: Line 1:
 +
{{redirect|http://docs.joomla.org/Why_does_your_site_get_messed_up_when_you_turn_on_SEF_%28Search_Engine_Friendly_URLs%29%3F}}
 +
 
Depending on the PHP version you are using (for example, version 5.2.6), the configuration.php file might need to be changed as follows:
 
Depending on the PHP version you are using (for example, version 5.2.6), the configuration.php file might need to be changed as follows:
 
<pre>var $live_site = 'http://www.yoursite.com';</pre>
 
<pre>var $live_site = 'http://www.yoursite.com';</pre>

Revision as of 17:38, 28 June 2011

Depending on the PHP version you are using (for example, version 5.2.6), the configuration.php file might need to be changed as follows:

var $live_site = 'http://www.yoursite.com';