I just have a simple question.
I was wondering how I could enable PHP to be utilized in ~user directories.
Currently, php scripts work in the "htdocs" directory but not the "~user" directories.
The apache directives look exactly the same.
If i try localhost/phptest.php then it works fine
If i try localhost/~user/phptest.php nothing displays and the source shows php code
I never really got the hang of using apache directives, Any help would be appreciated
Thank you!