php-webkit icon indicating copy to clipboard operation
php-webkit copied to clipboard

Redirection Issue?

Open programetica opened this issue 9 years ago • 0 comments

I downloaded your code, installed it on my linux machine and ran it. I got the phpinfo() page successfully. Then I downloaded CodeIgniter 2.0.2 and installed that under application and ran that and got the default CodeIgniter page. Then I tried Simple Login with the CodeIgniter (after installing MySQL, PHPMyAdmin, etc...). I can get to the login page but when I submit my credentials, it seems to do something funny with accessing the database (I'm guessing that php-webkit application might not have access the same way that the Apache version does to drivers, etc... and I may need to add them) or with routing: 1 2

I then ran the code against localhost/Apache (after copying it from the /php-webkit-master/application directory to the /var/www/html directory) and it ran ok there (below is a picture after logging in): 3

Thanks very much for sharing your project! I'm learning both Node.JS and PHP so I've enjoyed tinkering with it and compared to most projects on the web, I've been able to get pretty far with it.

programetica avatar Aug 23 '15 19:08 programetica