[mod_python] SetHandler trick to have pretty url's

Deron Meranda deron.meranda at gmail.com
Tue Jan 10 11:18:20 EST 2006


On 1/10/06, Graham Dumpleton <grahamd at dscpl.com.au> wrote:
> ...your .py and .pyc files are
> accessible for people to download. Always a good idea to also use:
>
>    <Files "*.py">
>    deny from all
>    </Files>
>    <Files "*.pyc">
>    deny from all
>    </Files>

Don't forget your *.pyo files as well, if you have any.
--
Deron Meranda



More information about the Mod_python mailing list