-
Notifications
You must be signed in to change notification settings - Fork 56
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
Stuck on login #15
Comments
Hey, please refresh my memory: what's the "fake login part"? The part where you simply provide a password? That should simply redirect you to back to wifidog: https://github.com/mhaas/fbwlan/blob/master/handlers/fb_handlers.php#L312 |
hI, what meant is in your description to test FB and use : htp://myurl/login?gw_id=foo&gw_address=localhost&gw_port=8080 |
Hey there, I am afraid I can't quite follow. Can you give me a detailed rundown of what you are trying to achieve, what your results are and what you expected to see instead? |
Hi Michael, what i'm trying to achieve is being able to modify a From what i understand in your description is that http://example.xyz/login?gw_id=foo&gw_address=localhost&gw_port=8080 And Is I hope you have Greetz from the Netherlands Rob Michael Haas
Links:[1] |
Hi Micheal, I am also facing the same issue. Actually the issue is that we can not access the 'http://example.xyz/login?gw_id=foo&gw_address=localhost&gw_port=8080' URL as it says 404 error when accessing the URL. Where we have to define 'login' to use it? |
Hi there, did you guys install the htaccess correctly? It may require some fiddling. All requests must go through index.php which then knows how to deal with paths like /login/. |
Hi Micheal, Thanks for the prompt response. I got the issue resolved. Thanks a ton for the hint. I must had missed the .htaccess installation part. Now its working 👍 |
@salmanansari can you tell me what you did in the .htaccess file? mine looks like this where the total script i in a subfolder of root called FB. RewriteBase / is required to prevent endless internal redirectsNote: http://stackoverflow.com/a/12106419RewriteBase / |
Hi @1xs, Change your .htaccess file with below commands and then try: RewriteEngine On Kindly make sure to rename htaccess to .htaccess |
Great!! thx. so now I can continue to configure the router. |
Great if that also worked for you. I am having issues working with wifiDog. I also have opened in issue while configuring wifiDog on DDWRT. If you have any luck then do ping me so I can also move forward with it :) |
hey @1xs , Did you get any luck setting up the router with wifiDog? |
Although I changed the file name to .htaccess and rewrite rules, no success. I still get 404 error. What else can be its reason? |
Hi, i'm trying to test the script but i'm already stuck on the fake login part. it returns 404. Without login the startpage is served but the fb integration is not possible for me to test right now. What could be the problem? I'm trying the fake login. that causes 404. No where in the startpage is a FB functionality visible.
The text was updated successfully, but these errors were encountered: