Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sidaurukfreddy opened this issue Sep 17, 2015 · 2 comments
Open

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

sidaurukfreddy opened this issue Sep 17, 2015 · 2 comments
Labels

Comments

@sidaurukfreddy
Copy link

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
Copy link
Collaborator

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants