donjakobo/A3M

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

Opened this issue · 2 comments

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]

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.

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