| Author |
Message |
Topic: Php won't work in htdocs, only in cgi-bin |
Xpree
Replies: 8
Views: 16403
|
|
| Whatever. I had it going in minutes, and started learning the PHP thing right away. I wouldn't call "apache" crap. It's just another server and I found that it's easier for me, does what I wanted/need ... |
Topic: Php won't work in htdocs, only in cgi-bin |
Xpree
Replies: 8
Views: 16403
|
|
| And what will happen if there's a cgi script in the htdocs folder? It'll execute, more then likely. I don't want that. :( Well, I decided to go with Apache web server. More secure and I have better co ... |
Topic: Php won't work in htdocs, only in cgi-bin |
Xpree
Replies: 8
Views: 16403
|
|
I saved this to hello.php:
<html>
<body>
<?php
printf('hello world');
?>
</body>
</html>
And went to run it from http://127.0.0.1/hello.php (note that htt ... |
| |