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