+ 1
How would I make a website only authorize my IP and deny access to any others?
^^^
2 Answers
+ 8
The simplest way to do this is running localhost website, which will be accessible only from your computer
Otherwise look for some hosting with tools, many of them provide something like "Whitelist or blacklist".. you need whitelist only for your ip =)
+ 2
Thanks, ill find a hoster like that, I need to auth multiple Ips.