Re: How do you get php working in null
David <[email protected]>
| Newsgroups | gmane.linux.redhat.release.limbo |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 19 Sep 2002, Stephen Moore wrote: > php pages don't work > there is no reference to php in httpd.conf Yep, it's now in /etc/httpd/conf.d/php.conf. In the default configuration, short_open_tags are now disabled. Ensure that you're using "<?php" start tags instead of "<?", or modify /etc/php.ini appropriately. Dave.