After migrating some Joomla-sites from an old server to my new webserver with suPHP the search engine friendly urls didn’t work anymore.
The main problem was that the layout was disappeared for all sites other than the main site.
In the source code of such a page I found that all CSS files had a wrong referral url:
/index.php/templates/system/css/system.css
instead of
templates/system/css/system.css
for example.
The starting “/index.php” should not be there.
Also in other links in these page a “/index.php” too much is in the links.
The issue was solved by entering a value for the variable
var $live_site = '';
in the configuration.php:
var $live_site = 'http://www.example.com/joomla';
The Joomla pages all had version 1.5x.
useful hints 😉
Thanks!!!
I love you too
It’s incredible that it’s only this little option who solves this problem!!
…and sooo much incredible, i don’t found this solution in official forums of Joomla!!! :'( (and your post has 2 years… omg!)
I did this and now my website is completely gone 😐 It comes up with Parse error: syntax error, unexpected ‘<' in /home/candy11/public_html/vintage-threads/index.php on line 90
I then replaced it with the original line, and the error is still there.
This is great! It relates to using Joomla mod_rewrite with suPHP and Joomla’s way of using .htaccess. Thanks for sharing!
Thank you verry much!!!!
You are the best!!!!
I love you!
Thank u very much!!!! woooahh! after two hours searching for a solution, finally your solution works.
Thank you verry much!
My website works after this when it was broken by the mod_rewrite module!