PHP Installation
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Installation

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old July 21st, 2002, 10:23 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
PHP includes problem...

Hi-

I am running a local server on Windows 2000 for testing...In a .html file I have:

<?php include "nav.inc"; ?>

I want this include to be parsed within the .html file.

-->In httpd.conf I added .html to the addtype line, nothing happens still. What could be going wrong here?

I changed the httpd.conf file as follows,

AddType application/x-httpd-php .php4 .php .htm .php3 .inc

to:

AddType application/x-httpd-php .php4 .php .htm .php3 .inc .html

-->Any help would be greatly appreciated,
M

Reply With Quote
  #2  
Old July 24th, 2002, 03:45 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: PHP includes problem...

Have you restarted the apache server since making the change?

Reply With Quote
  #3  
Old July 24th, 2002, 05:33 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: PHP includes problem...

Anytime you put any PHP code inside a file, the file needs the extension .php. Change .html to .php and it will work, considering your server is configured properly.

Reply With Quote
  #4  
Old July 24th, 2002, 07:39 AM
benrowe benrowe is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 11 benrowe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to benrowe
RE: PHP includes problem...

from Evilive
-------------------------------------
Anytime you put any PHP code inside a file, the file needs the extension .php. Change .html to .php and it will work, considering your server is configured properly.
----------------------------------------

thats wrong, if you read the post correctly, he/she said

AddType application/x-httpd-php .php4 .php .htm .php3 .inc .html

meaning that any html files loaded will be parsed by php before being sent out.

thats why sites like ign.com have .html extensions on their site, but are dynamically driven.

Anonymous,
try this on its own line?

add AddType application/x-httpd- .html

if not try chaning it to .php, if that works, it means that your httpd.conf isnt registering the .html extension. also if you change your httpd.conf make sure you restart apache, otherwise it will be treated as a normal html file

Reply With Quote
  #5  
Old July 24th, 2002, 08:59 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to EvilivE
RE: PHP includes problem...

Good point!

However by adding .htm .html to the directive, wouldn't that require extra processing by the web server even if it was a static .htm/.html file? Which would mean that you pages wouldn't be served as promptly.

Any thought?

Reply With Quote
  #6  
Old July 24th, 2002, 03:17 PM
Matt Matt is offline
Contributing User
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 12 m 16 sec
Reputation Power: 7
RE: PHP includes problem...

Yeah adding html files to the directive will definately increase processing as everything will go through the PHP parser....

Reply With Quote
  #7  
Old July 26th, 2002, 05:26 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: PHP includes problem...

Awesome, thank you for all your help you guys! I thought everything would happen in real time so I didn't think to restart Apache. I'm signed on now as WhattheF --> Thanks again.

Matt

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Installation > PHP includes problem...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek