logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How do I get apache to use php without <?php
Author
nrobinson



Joined: 12 Oct 2006
Posts: 1

PostPosted: Sun 15 Oct '06 16:45    Post subject: How do I get apache to use php without <?php Reply with quote

I have recently had to format my PC and have now got php working with apache. But the php scripts will only work with <?php tags.

All my webfiles only use <? tags and the php works. How do I default to php script.

Any help would be gratefully received

Thanks

Naci
Back to top
apache_freak_1991



Joined: 14 Oct 2006
Posts: 9

PostPosted: Sun 15 Oct '06 17:02    Post subject: Reply with quote

Open php.ini and edit short_open_tag = Off to short_open_tag = On then save and restart Apache.
Back to top


Reply to topic   Topic: How do I get apache to use php without <?php View previous topic :: View next topic
Post new topic   Forum Index -> Apache