> I tried the following just to see if I could disable .php but it had no 
> effect.
>
>     <Directory /home/me/public_html/code>
>        RemoveType .php
>        Order allow,deny
>        Allow from all
>        Options Indexes
>     </Directory>

Hi,
I am not sure if this helps, but, from the httpd manual:

RemoveType directives are processed after any AddType directives, so
it is possible they may undo the effects of the latter if both occur
within the same directory configuration.

You may want to check your global server configuration, give it a try.

Matteo
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to