Forum Moderators: phranque
RewriteRule ^test\.html - [G]
However i have a whole directory (it's contents and the directory itself) that I want "gone".
Is this the correct way to set this up?
RewriteRule ^directory/* - [G]
RewriteRule ^directory/ - [G]
Jim