asdfdsa Posted September 16, 2007 Share Posted September 16, 2007 I installed apache and php/mysql for personal use (port 80 is blocked to the public), because it's all I know how to use for scripting and database stuff (I'm an apache/web server noob though). But now I want one subdir to be public. Is there a way to only allow some subdirs to be accessed from localhost (and can't be spoofed)? I.e. htdocs/public - can be accessed through 'ipaddress/public' or something similar htdocs/private - can only be accessed by '127.0.0.1/private' Link to comment https://forums.phpfreaks.com/topic/69527-solved-only-allow-subdirs-from-localhost/ Share on other sites More sharing options...
asdfdsa Posted September 16, 2007 Author Share Posted September 16, 2007 Maybe the solution involves proxies in some way, I don't know anything about proxies though Link to comment https://forums.phpfreaks.com/topic/69527-solved-only-allow-subdirs-from-localhost/#findComment-349358 Share on other sites More sharing options...
asdfdsa Posted September 16, 2007 Author Share Posted September 16, 2007 Nevermind, I got it Must be the stupidest question ever. Allow/Deny is probably the first thing anyone ever learns with Apache Link to comment https://forums.phpfreaks.com/topic/69527-solved-only-allow-subdirs-from-localhost/#findComment-349444 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.