View Single Post
  #98  
Old 12th October 2008, 19:06
moldyq moldyq is offline
Member
 
Join Date: Sep 2008
Posts: 4
Default
Quote:
Originally Posted by clocktower View Post
you need to add some code in your htaccsess file

It's simply a matter of putting an .htaccess file in our base dir with the following lines:

Code:
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile


I have done this already it prints me that the /bogus cannot be found
Reply With Quote