honza Posted February 12, 2007 Share Posted February 12, 2007 Hello, I'd like to ask for advice: I have a website with HTTP authentication and using mod_rewrite. Both things go well but they do not work together for me. I can log in but the PHP_AUTH_USER PHP_AUTH_PASS variables are not passed on to other pages, so I am logged-in only at the one page - example: I log in at en/guestbook and then I am not logged-in at en/guestbook/ (notice the slash) or en/other-page etc... I have apache with PHP as a module. And as I have said HTTP auth. works well, otherwise (if I use real addresses like: "?page=some_id_number&other_variables", it works. I use plain HTTP authentication provided by the browser. Thank you for any help. Honza Link to comment https://forums.phpfreaks.com/topic/38126-problem-http-authentication-versus-mod_rewrite/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.