View Single Post
Old Jul 14th, 2004, 9:01 AM   #2
The Hack
Newbie
 
Join Date: Jul 2004
Posts: 7
Rep Power: 0 The Hack is on a distinguished road
For Apache, I am not sure if it will work, but in AddType, did you add the PHP?

If not, add the foolwing code:
Quote:
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .phtml .php .php3 .php4
AddType application/x-httpd-php-source .phps

ScriptAlias /php/ "c:/php?"
Action application/x-httpd-php "/php/php.exe"
Add the part in the red
__________________
Currently Learning: <span style='color:red'>PHP, Visual Basic, C++</span>
I have learned: <span style='color:green'>HTML</span>

The Hack- coming to theatres near you...
The Hack is offline   Reply With Quote