explode()
Dave Angel
davea at dejaviewphoto.com
Tue Jul 14 22:51:25 EDT 2009
> The one thing I really dislike about Python over PHP is that
> Python can usually only appear in the cgi directory (unless other
> arragements are made with your hosting provider or if you reconfigure
> Apache on your own server if you have your own). With PHP, I can put
> them in any folder on my Web site without any problem.
>
> Regards,
>
>
>
>
> Fred
>
>
You should talk to your hosting provider. With mine, all you need do
differently for directories other than cgi-bin is to do a chmod on the
file to make it executable. Have you tried that? Is it hosted on Unix
or Windows?
DaveA
More information about the Python-list
mailing list