Search found 1 match

by cipisoft
Jul 16, 2013 9:36 am
Forum: XFileSharing Free
Topic: Redirect to login.php page
Replies: 0
Views: 3682

Redirect to login.php page

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.