PDA

View Full Version : Our Site is down


Prime Chuck
01-28-2001, 11:18 PM
When you upgraded to php4, it appears the old config wasn't
completely migrated over.

We use asp style php tags which aren't being parsed.[nbsp][nbsp]<% instead of
<?.[nbsp][nbsp]Could you PLEASE enable asp style tags.[nbsp][nbsp]Our website
(trialofamerica.com) has been down for allmost a day because of
this.

Thank you.

PaulKroll
01-29-2001, 01:01 AM
I believe you can set this in your own .htaccess file, using &quot;php_flag asp_tags on&quot;, but check:

http://www.php.net/manual/en/configuration.php

first to be sure.

Deb
01-29-2001, 01:07 AM
These were turned off in the core, however you have the ability to turn them back on...

Include the following directive to your 'www/.htaccess' file
php_flag asp_tags On

More information on PHP configuration overrides can be found at:
http://www.php.net/manual/en/configuration.php

The above was also answered within the two incidents that were created for your site via the Service Desk... Please let us know if you are not receiving our responses.

Deb
[nbsp]- Triplicate

<EDIT: adjust the tag>
[This message has been edited by ccTech (edited 01-29-01@07:39 am)]