Page 1 of 1

php not parsing

Posted: Mon Aug 04, 2008 2:43 pm
by kkonline
hi,
I just installed php 5 on a debian etch.
I got successfully installed and then i restarted apache; on making a test.php in htdocs with <?php echo 'hello world'; ?>
as content.. i get the smae output on the screen rather than the parsed value as hello world...

what can be done?

Re: php not parsing

Posted: Mon Aug 04, 2008 3:08 pm
by ghurtado
Are you accessing the page via the browser (ie: http://localhost) ?

Re: php not parsing

Posted: Mon Aug 04, 2008 3:39 pm
by RobertGonzalez
Did you tell your server what to do with .php files?