Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: How do I get apache to use php without <?php |
|
Author |
|
nrobinson
Joined: 12 Oct 2006 Posts: 1
|
Posted: Sun 15 Oct '06 16:45 Post subject: How do I get apache to use php without <?php |
|
|
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
|
Posted: Sun 15 Oct '06 17:02 Post subject: |
|
|
Open php.ini and edit short_open_tag = Off to short_open_tag = On then save and restart Apache. |
|
Back to top |
|
|
|
|
|
|