View Single Post
  #97  
Old 12th October 2008, 12:17
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
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

Last edited by wMan; 12th October 2008 at 12:19.
Reply With Quote