donjakobo / A3M

A3M - Bootstrapped - A CodeIgniter OpenID/Oauth boilerplate library utilizing Twitter Bootstrap UI
Other
106 stars 53 forks source link

the projects redirect to http://localhost/xampp/splash.php #140

Open sidaurukfreddy opened 8 years ago

sidaurukfreddy commented 8 years ago

Thanks for making this library, by the way i use windows after donwload it and test in my locahost it redirect to http://localhost/xampp/splash.php then i googling and remove the htacsess RewriteBase / become but the menu account/connect/AOL not found, what i do wrong here.

here is my htacses RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^$ /index.php [L] RewriteCond $1 !^(index.php|resource|system|user_guide_src|bootstrap|robots.txt|favicon.ico) RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

StorytellerCZ commented 8 years ago

Can't tell with this little information, but it seems to me that you might have A3M in a directory, which is not reflected in the htaccess file or something of that sort.

sidaurukfreddy commented 8 years ago

Helo it was long issue, why you respond now ? all i need in A3M is about login and logout using media social, well i just download this A3M then extract to htdocs then inport database and open the url, and thr url goes to http://localhost/xampp/splash.php but now the issue already solved with another resources,

NOte : I just want learn loggin and loggout using media social, thanks