
11-09-2012, 06:57 PM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,226
|
|
Quote:
|
put a .htaccess file with garbage in it (like asjdasdnasdnasdnasklda)
|
this may be ignored by the web server.
try put following in .htaccess
RewriteEngine On
RewriteRule .* - [F,L]
so /test/ is not accessible through browser.
|