You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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]
The text was updated successfully, but these errors were encountered: