[mod_python] index.py as index

Rich Salz rsalz at zolera.com
Tue Jun 12 13:31:56 EST 2001


> What I want is to have a page that will
> be displayed after typing http://lh/page/ (for example this will call
> function index in index.py). How to do it?

Edit your Apache config file
	DirectoryIndex index.py index.html
                        ^^^^^^^ add this



More information about the Mod_python mailing list