Sup /tech/,
How would I go about blocking a folder on a remote domain, www.domain.com/folder/ but not www.domain.com on a UNIX based OS? That is, I want to make sure it can't be browsed to from here, it's not a folder on my own web server.
Name:
Anonymous2007-03-02 14:45 ID:0Vo3PnV/
Run everything through a proxy on your own apache webserver, and use mod_rewrite to fuck it up.
Name:
Anonymous2007-03-03 2:07 ID:myz9iz81
Use rules on an SPI-capable router.
Name:
Anonymous2007-03-03 3:48 ID:qHqcnGey
Looks like that insn't me. Nevertheless, would that make me able to block access from only one computer and not the whole network?
Name:
Anonymous2007-03-03 15:14 ID:xQx3DzmD
Use a sledgehammer
Name:
Anonymous2007-03-05 1:04 ID:+RTWQ4f9
Use a cock
Name:
Anonymous2007-03-05 19:26 ID:EiUWa+uW
considering you have shell access and ownership of the directory,
chmod -R 0700 /path/to/foldername if you have nothing executable in that directory, you should use 0600.