On Wednesday 26 March 2003 06:19 am, M.N. Ikhwan S. wrote: > ScriptAlias /php/ "c:/php/" > AddType application/x-httpd-php .php > Action application/x-httpd-php "/php/php.exe" > > i'm using apache 2.0 as my web server. and i'm about to ask these > question, where am i going to put these three lines? under what line in > httpd.conf?
In apache 2.0, php is implemented as a filter. The default configuration files will have the following line: Include conf.d/*.conf and in conf.d you will have a php.conf file which implements php settings. Best regards, Siva [EMAIL PROTECTED] http://www.leatherlink.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php