I have recently updated to Lion and enabled Web Sharing in the System Preferences but I am unable to get php working.
I added an info file to the web root directory and it outputs the file as text.
info.php
with the content
<?php phpinfo(); ?>
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
Edit your /etc/apache2/httpd.conf and make sure the line:
...exists. I think it's commented out by default in the standard OS X config, but from what I remember, you just need to uncomment it, then re-start Apache:
And you should be good to go. This is probably better asked the SuperUser or Apple sites, by the way... | ||||
|
feedback
|
|
I have one word for you. MAMP. | |||||||
feedback
|