Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]raveboy23[/eluser]
I've got the same problem as Magus here.
I've set up the rewrite rules as explained in installation instructions but still getting no positive results.

If I change my base_url in all FlexiAuth controllers to
Code:
http://localhost/CodeIgniter_2.1.3/index.php/
all links are running, but after internal translation the links from Public Dashboard, Admin Dashboard and Login end up in looped links, something like:
Code:
http://localhost/CodeIgniter_2.1.3/index.php/localhost/CodeIgniter_2.1.3/index.php/localhost/CodeIgniter_2.1.3/index.php/auth
and of course generate a 404.

Before, when I emptied the value of
Code:
$config['index_page'] = 'index.php';
to
Code:
$config['index_page'] = '';
I got links like
Code:
http://localhost/CodeIgniter_2.1.3/auth_lite/demo
leading to nowhere as well.

What am I doing wrong?

Thanks

Honza


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 06-25-2013, 07:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB