Hello,
I am trying to install Phosphorum 2 on Wamp Server running on Windows 7. I have had some issues. I have installed Git and finally been able to get the website going. The issue is when I click on Log in with Github I get a 404 error with the link showing
https://github.com/login/oauth/authorize?client_id=&redirect_uri=http%3A%2F%2Fpforum.loc%2Flogin%2Foauth%2Faccess_token%2F%2526statekey%253DSsAIK8wa11kOFxgk&state=ygbHbx2qHXlQwLYT&scope=user%3AemailThe config.php specifies the below, what should I change it to for it to work.
    'github' => [
        'clientId'     => '',
        'clientSecret' => '',
        'redirectUri'  => 'https://pforum.loc/login/oauth/access_token/'
    ],I have specified my user & password for Github in clientId & clientSecret but it still gives the error.
Secondly only https://localhost/forum/discussions works. If I specify https://localhost/forum/ I get a 404 error. I hope both issues have some solution and somebody's tried to set it up earlier on Wamp.
Thanks, Amal