login prompt on main page

smarino3

Joined: 2009-07-14
Posts: 2
Posted: Tue, 2009-07-14 18:36

I'm setting up a private gallery for registered users only, so the default /main.php is redundant - I'd much prefer the users to be redirected to the login prompt page. I've tried .htaccess 301 with no success, and I've been searching on the forum all day.

Any input is appreciated

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Tue, 2009-07-14 18:54

Don't do the redirect that way.

Simply Edit Permissions, remove Everybody from all view permissions and add Registered users (which will be all users with a valid account) to which ever view permissions you want.

Then when someone hits your gallery, they'll be prompted to login.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
smarino3

Joined: 2009-07-14
Posts: 2
Posted: Tue, 2009-07-14 20:21

--- i think I got it to work ---