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