This is a discussion on PHP not running? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi Freinds, My php pages are showing the php code and not running ! What I mean is that when I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Freinds,
My php pages are showing the php code and not running ! What I mean is that when I go to http://localhost/mysite/showhead.php It is not running the php code and just simpley showing me : <? echo('this is showhead'); ?> on browser. I am using virtual host : Alias /mysite "d:/website/music/" <Directory "d:/website/music"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Please tell me what should I do. Thanks in advance, Pat |
|
|||
|
"pat" <patriarck@gmail.com> schreef in bericht
news:1105059873.985528.14160@z14g2000cwz.googlegro ups.com... > My php pages are showing the php code and not running ! As instructions vary slightly per version of apache, PHP and your OS more details are needed. Specifying the links used to download apache and php may give even more detailed response. HansH |