I installed Live Admin Lite on my local server - XAMPP. This would enable me to try out the software in a development environment before going live.
The installation went well. Trouble starts when I try to login to the admin panel and I get this message:
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
3/21/2012 10:11:26 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
The link that appears in the browser also appear strange:
localhost/chat/<?=$login_address;?>?act=do_login
I went online to my server and installed the software and everything went fine. I could sign in and do some work in the admin backend.
So I think the problem has to do with using the localhost. Any suggestion on how to resolve this? I saw that someone already asked a similar question with no positive solution.
Please help usssssssssssss!