View Single Post
  #4  
Old 11-09-2012, 06:57 PM
NiteWave NiteWave is offline
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.
Reply With Quote