ronan-gloo / Plex-Over

Web Application to interact with Plex Media Server from a web browser
17 stars 2 forks source link

Local Authentication #3

Closed Markyb0y closed 11 years ago

Markyb0y commented 11 years ago

I am trying to implement local login

based on the thread with MaximeC http://forums.plexapp.com/index.php/topic/23914-php-client-for-plex-media-server/page__st__120

I changed app/config/auth.php to use local but I get The requested URL /Plex-Over/public/login was not found on this server.

I dont have a login file or folder, how do I implement this? and where do I specify my user logins?

thanks

ronan-gloo commented 11 years ago

To specify your users, open config/users.php and add them.

Check if your server has mod_rewrite activated, if not, add 'index_file'' => index.php in config.php

Markyb0y commented 11 years ago

done and working, thanks