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

From Joomla! Documentation

(new faq for live site)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
#REDIRECT [[Common problems when enabling Search Engine Friendly (SEF) URLs]]
 +
 
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>

Latest revision as of 10:11, 18 July 2013

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';