Date: Thu, 10 Aug 2006 12:19:46 -0500 From: Jeff Cross <jeff.cross@averageadmins.com> To: rsclark@kingwoodcable.net Cc: Ron.Clark@eaglegl.com, freebsd-questions@freebsd.org Subject: Re: New Web Server Message-ID: <44DB6AB2.8020405@averageadmins.com> In-Reply-To: <20060810162034.C58C4314266@mxo1.broadbandsupport.net> References: <20060810162034.C58C4314266@mxo1.broadbandsupport.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Ron Clark wrote: > Hello all, > > > I am building a new web server= and have gotten Mysql, Apache and > PHP (php5-extensions) loaded from the p=rts. However, Apache is not > picking up my index.php file. Is there a step =omewhere that I have > missed? I have added > > A=dType application/x-httpd-php .php .phtml > AddType =pplication/x-httpd-php-source .phps > > > to the httpd.conf f=le, still no luck. > > > Thanks in advance. > > RC =0D > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > I wrote a tutorial for this a while back and looked through it again when I saw your post. It is located here: http://www.averageadmins.com/2006/04/10/famp-freebsd-apache-mysql-and-php The only other thing I saw in my tutorial that you didn't mention here is to add index.php to the DirectoryIndex directive within your httpd.conf file. Try that, if you haven't already, and let us know how it goes. Thanks, Jeff Cross http://www.averageadmins.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DB6AB2.8020405>