Re: Set a URL to be handled by PHP

2009-02-21 Thread adelevie
You could also create a rest-like interface with php if all you're really doing with php is server side processing. On Feb 20, 9:08 am, Matt McCants wrote: > Hey there, > > Try setting the Handler to None just like you do with your media > directory. With a basic PHP setup it should process the

Re: Set a URL to be handled by PHP

2009-02-20 Thread Matt McCants
Hey there, Try setting the Handler to None just like you do with your media directory. With a basic PHP setup it should process the php files in that directory. SetHandler None ~Matt On Fri, 2009-02-20 at 03:46 -0800, Sylvain wrote: > Hi everybody, > > I'm looking for a way to handl

Set a URL to be handled by PHP

2009-02-20 Thread Sylvain
Hi everybody, I'm looking for a way to handle a given URL with PHP. For the moment, the root URL is handled by mod_python as explained in the docs : SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE myproject.settings PythonPath