Showing 1 – 2 of 2 replies
phayes0289

Instead of making individual pages […]

phayes0289 PURCHASED
2 years ago
Instead of making individual pages require the login, I want to make the entire website require a login. What is the best way to do that? If I put the authentication code on the ini.php file, I get into a never ending loop. Thanks.
lodev09
lodev09 SELLER
2 years ago
What I would do is add another "init" layer for authenticated pages and public pages. e.g. use `init.php` for public and use `init.user.php`
phayes0289
phayes0289 PURCHASED
2 years ago
I got it working.... thanks