apache and .htaccess help!

Greetings,

First off I am new to linux so I might ask the same question over and over or I might not even understand one bit of your reply, but I will try I promise!

First off I give away free hosting accounts with footer banners.

I use mod_layout to display banners.

Up until recently it was doing just fine until a end user found a way to disable ads via a command he/she placed in a .htaccess file. The command is:
Code:
LayoutIgnoreURI *.php
Now one can replace php with any file extension.

My first thought was to disable .htaccess files. However this would limit features of the hosting account.

Can anyone think of any other options. Is there anyway to have apache ignore commands that are placed in a .htaccess file?

Thank you for your time in advance!

Mark

 

 

 

 

Top