XFileSharing Free - Redirect to login.php page

Message
Author
cipisoft
Posts: 1
Joined: Jul 16, 2013 9:27 am

Redirect to login.php page

#1 Postby cipisoft » Jul 16, 2013 9:36 am

Hello, I try to redirect to a login page in php where I check if a user is logged in or not. How can I redirect to and from php without affecting XFileSharing ?
I tried

Code: Select all

 RewriteRule ^ $ / login.php [L] 
and redirecting to / cgi-bin/index.cgi after login but interferes with XFileSharing.
Thanks.