How do I get PHP to work with UserDir
- by Callmeed
I've got a fresh CentOS 5.5 box and have installed Webmin+VirtualMin 3.79. I've enabled UserDir in apache and the sites are visible via http://ipaddress/~user/ but PHP does not work. (PHP works fine if I visit the site via it's domain)
Here's what I put in my httpd.conf to get where I'm at:
<IfModule mod_userdir.c>
UserDir public_html…