Search found 5 matches

by ssquare
Tue Oct 17, 2006 10:48 am
Forum: Installation and Configuration
Topic: test.php not displayed correctly- just the text is displayed
Replies: 12
Views: 4669

That did the trick. Thanks a bunch for your responses.

One final questions - Though I don't quite understand yet what is short tags, but is it advisable to stay away from it, and if I have to turn it on (to make third party software to work), what is the best way to do it?
by ssquare
Tue Oct 17, 2006 10:34 am
Forum: Installation and Configuration
Topic: test.php not displayed correctly- just the text is displayed
Replies: 12
Views: 4669

The way I am accessing the php script is 1. Create a test.php file in htdocs directory. 2. put the text string <?phpinfo();?> in the test.php 3. Go to browser and type in localhost/test.php The engine directive is on (I basically took the php.ini.recommended, and copied it as php.ini) The apache dir...
by ssquare
Tue Oct 17, 2006 10:01 am
Forum: Installation and Configuration
Topic: test.php not displayed correctly- just the text is displayed
Replies: 12
Views: 4669

Right after loadmodule section LoadModule userdir_module modules/mod_userdir.so #LoadModule usertrack_module modules/mod_usertrack.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule ssl_module modules/mod_ssl.so #Added by me LoadModule php5_module "D:/Apps/PHP/php5apache2....
by ssquare
Tue Oct 17, 2006 8:34 am
Forum: Installation and Configuration
Topic: test.php not displayed correctly- just the text is displayed
Replies: 12
Views: 4669

I have done that multiple times. Is there any log files I can look at on the php side? I have checked apache logs and everything seems fine.
by ssquare
Tue Oct 17, 2006 12:37 am
Forum: Installation and Configuration
Topic: test.php not displayed correctly- just the text is displayed
Replies: 12
Views: 4669

test.php not displayed correctly- just the text is displayed

I am a new user of php/apache and was trying to set it up on my box. Despite my repeated attempt, I can't get apache to recognize the php code correctly; apache treats it as a text. When I do view source, I see the php text. I have added these three files in my httpd.conf LoadModule php5_module &quo...