On Thu, Jul 29, 2010 at 5:55 AM, Rajat Khandelwal <[email protected]> wrote: > find gives me no results. And there is no htaccess.txt file also. I just > wanted to know which directory it should be in? I want to use mod_python and > for that I need to change this file.
As I said before, it should be in every directory in /var/www where you want to have custom settings (specified) in the .htaccess. So if you have some python scripts in /var/www/scripts/ and you want some settings specified in ".htaccess" then you should copy the .htaccess file into /var/www/scripts/ . SB -- l...@iitd - http://tinyurl.com/ycueutm
