FFF
You are here:   Home Blog

joomla css got corrupted when I enable SEF

AddThis Social Bookmark Button

I have developed my website in Joomla (1.5.X). It was working great till when I enabled the Search Engine Friendly URLs & Add suffix to URL for SEO. After enabling both my Website Question Kit loaded improperly like CSS is not loaded.

I am not interested to lose my SEO and Look & Feel.

Then I found the Solution in Joomla Document that $live_site is not configured.

Solution:

  1. Use File Manager to edit the file in the browser (or) use FTP to download it, edit it and upload it
  2. Open the Configuration.php file in [Joomla! Install Directory]
  3. Search for "var $live_site = '';".
  4. Just enter your domain name inside the single quotes.
  5. For Eg: "var $live_site = 'http://www.questionkit.com';".
  6. Save the file (or) Upload the file to the corresponding location.
  7. If the file refused to Save (or) Upload means just change the file permission to 777.
  8. Now do the step 2 to step 6 process.
 

Add comment


Security code
Refresh