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

after loading redirecting to some other website #10

Open
seeramzan opened this issue May 24, 2017 · 2 comments
Open

after loading redirecting to some other website #10

seeramzan opened this issue May 24, 2017 · 2 comments

Comments

@seeramzan
Copy link

hi,

thanks for sharing , I configured and after loading the index.php its redirecting to some other website and not working.

@AshuMann
Copy link

AshuMann commented Jun 20, 2017

Hi Seeramzan!
Yesterday, i also faced the same problem and i found that config.php is redirecting to another website. I resolved this by changing following line to this -
$config['base_url'] = 'http://localhost/YourAppFolder/';

@TowerX
Copy link

TowerX commented May 27, 2018

This issue is old but is still open and maybe it can help new on the long run. It doesn't hurt to double check the config.php located in: inventory-management/application_fa93g/config/config.php

Like @AshuMann mentioned, the $config['base_url'] = 'http://localhost/YourAppFolder/ '; if this URL is pointing at the wrong place, you won't be able to see what's inside your folder and all links will basically be redirected to that URL instead of yours. Always make sure this is pointing at the correct URL.
This is the default setting per this project: $config['base_url'] = 'http://store.globalcollegiate.edu.np/'; Change that to your link.

Also edit the Timezone if needed on that config.php file (will help understanding what time to display depending on your choice).

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

No branches or pull requests

3 participants