|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Strange, Strange Problem
I've been trying to install PHP4 and Apache 1.3 on a Windows XP Home box, and everything seemed to go as it should. Apache works fine, and PHP tells me its working fine. Except it doesn't. My code won't parse. The source highlighting works dandy, but the code won't parse. Anyone heard of a problem like this?
|
|
#2
|
|||
|
|||
|
RE: Strange, Strange Problem
what kind of extension does the filename your using have? make sure it is included in your .inc file.
|
|
#3
|
|||
|
|||
|
RE: Strange, Strange Problem
extension is .php
I never checked that, I guess I just assumed it would automatically be in there o_0 :: goes to check :: |
|
#4
|
|||
|
|||
|
RE: Strange, Strange Problem
Upon further inspection....
.inc file what when where now? |
|
#5
|
|||
|
|||
|
RE: Strange, Strange Problem
which release of php4?
|
|
#6
|
|||
|
|||
|
RE: Strange, Strange Problem
PHP 4.3.4
|
|
#7
|
|||
|
|||
|
RE: Strange, Strange Problem
Does anyone know?
|
|
#8
|
|||
|
|||
|
RE: Strange, Strange Problem
URL
Here's a look-see. |
|
#9
|
|||
|
|||
|
RE: Strange, Strange Problem
If you are using the same extension for the source highlighting application type as you are for the regular php application type, then the second one listed in the httpd.conf file will be used. for example, if they are listed in this order in the file and the extension is the same.
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .php you will only see the source highlighting. if they are listed in this order... AddType application/x-httpd-php-source .php AddType application/x-httpd-php .php then the php will parse correctly. Change the extension of the source highlighting to .phps as it recommends in the install.txt file and your problem should be solved. |
|
#10
|
|||
|
|||
|
RE: Strange, Strange Problem
Through an uninstall of both php and apache, and reinstalling, doing the ecaxt same thing I did the first time, it works. Did nothing different, but this time it works.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Strange, Strange Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|