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

[eluser]GeWeDo[/eluser]
Hi All

First of all thanx to haseydesign for such a nice plugin for user login. I installed flexi auth demo on my online website & it works fine.

But I have problem on localhost. I want to customize it & for that I need to work on localhost. I have following settings: local host with CI + XAMPP + Windows 7

Directory structure:
http://localhost/xampp/prj/pub <- Here I have index.php & .htaccess file
http://localhost/xampp/prj/main/system <- This is CI System folder
http://localhost/xampp/prj/main/application <- This is CI Application folder

My .htaccess file is:
IndexIgnore *
RewriteEngine On
RewriteBase /prj/pub/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L,QSA]


I use http://localhost/xampp/prj/pub to access the flexi auth demo & it opens main page. But when i click "Try the Demo" it takes me to xampp default web root i.e. http://localhost/xampp & shows directory listing of this folder.

I have been checking by changing base path & different .htaccess during last 2 days but no success. At present I have set my base url : http://localhost/xampp/prj/pub/ in auth_lite.php file.

Can anybody help me ?

Regards


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 03-20-2013, 06:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB