From: Waitman C. G. I. <wa...@em...> - 2003-10-15 04:35:32
|
Hello, Well, it sounded to me like he was running php as a CGI (which indeed you can do). Companies like XO do this on their vhost servers, you have to run your php out of cgi-bin with the she-bang at the top line. And of course, it needs to be CHMOD 755. However, it truly depends upon how you have your server set up. If you have php compiled in as a module, then the advice of Wesley Miaw is sound. Waitman Gobble EMK Design Telephone (714) 522-2528 Toll Free (877) 290-2768 http://emkdesign.com ....................................... -----Original Message----- From: wai...@ma... [mailto:wai...@ma...] On Behalf Of Wesley Miaw Sent: Tuesday, October 14, 2003 9:23 PM To: php...@li... Subject: [Waitman] Re: [PHPiCalendar-DEV] Installation Problems Hi Moonhawk, I clipped your message body because it sounds like you're trying to execute the *.php files as CGI scripts. They are not CGI scripts, but PHP files. Like JSP or ASP, you need PHP support in your web server software. What you want to do is place the phpicalendar directory into your regular public_html directory. Then make sure PHP is supported by your web server. If you've done that, then going to http://www.stanford.edu/~moonhawk/phpicalendar-0.9.4/ will bring up your calendar. Later, -- Wesley Miaw, Wesley Miaw Consulting http://www.wesman.net/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |