Nick,
> Is it possible to create php based webpages within ASPEN? I've
> tried creating a handler but it doesn't run the php script and
> merely displays the file as a text file. Is this easy to
> accomplish?
Short answer is no, Aspen is for Python websites. However, there
is a hack to call PHP scripts from Python, and you could use it
to serve PHP with Aspen, but you wouldn't call that "easy to
accomplish":
http://pythonpaste.org/wphp/
Also, please ask these questions on the mailing list:
http://groups-beta.google.com/group/aspen-users/
chad
Nick De Cristofaro wrote:
> Hello,
> Is it possible to create php based webpages within ASPEN? I've tried
> creating a handler but it doesn't run the php script and merely displays
> the file as a text file. Is this easy to accomplish?
> Thanks,
> N