restrict other users from accessing my webpage

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
skfake
Forum Newbie
Posts: 2
Joined: Tue Dec 30, 2008 2:15 am

restrict other users from accessing my webpage

Post by skfake »

Hi Happy new year in advance :drunk: ,

If anyone hit url of the site then he can easily access my webpage that I dont want that other user can access is there any solution.

Waiting for UR reply.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: restrict other users from accessing my webpage

Post by jaoudestudios »

There are more than one solution! It depends on what else you want. If it is just simply to protect a page from public use. Then use .htaccess file!
Post Reply