| spotbrandgirl wrote: |
I have just migrated a Joomla site to a linux/apache/php configuration and the site is working fine but I get an endless login loop when I try to login to the admin section. Anyone experience this or have any ideas how to fix it?
Thanks,
spotbrandgirl |
Look for the configuration.php file for your Joomla installation.
Add the following line:
session_save_path('/vservers/account_name/htdocs/joomla_directory');
Change account_name & joomla_directory to your hosting information and you should be good.