|
Posted by greenflame on 07/28/06 08:31
IchBin wrote:
> Did you add these changes to your apache.conf:
>
> - Add index.php to 'DirectoryIndex index.html index.html.var'
> - Add these:
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
> - Add (I am on Windoze and run Apache2 so)
> LoadModule php5_module "C:/php5.2/php5apache2.dll"
> - I keep my PHP.ini in the PHP_Base_folder, so I configure to the PHP
> ini:
> PHPIniDir "C:/php5.2"
> SetEnv PHPRC "C:/php5.2"
>
> Take a look at this link:
> http://www.tanguay.at/installPhp5.php5
>
> Specifically items:
> 6. Configure PHP5 to Work with Apache
> 7. Test PHP5
>
> Thanks in Advance...
> IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
> __________________________________________________________________________
>
> 'If there is one, Knowledge is the "Fountain of Youth"'
> -William E. Taylor, Regular Guy (1952-)
I absolutely adore you!!! Thank you, thank you, and thank you again!!!!
PROBLEM SOLVED!!!!
short description of problem: PHP blank screen and source code can be
seen (is not recognized)
solution: follow IchBin's comment here.
Thanks also to the great person who wrote this:
http://www.tanguay.at/installPhp5.php5
step by step and all the little problems that may get in the middke
Navigation:
[Reply to this message]
|