473,748 Members | 2,567 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Multiple Domains; 1 Server; 1 PHP Install; Only One Domain Has A Working PHP; WHY??????

I am going crazy. This has been a problem now for over a year and I
have yet to figure out what is causing it.

I have a single server that is running multiple domains. For this
example I will list four domains all of which have the phpinfo.php
file in their root directories. However, only one of them has working
PHP. What am I doing wrong?

http://www.lyricvault.com/phpinfo.php
http://www.paynephotos.com/phpinfo.php
http://www.brentdavidpayne.com/phpinfo.php
http://www.brentdavidenterprises.com/phpinfo.php

http://www.lyricvault.com
http://www.paynephotos.com
http://www.brentdavidpayne.com
http://www.brentdavidenterprises.com

If you check the root of each site, you will see that each of them are
functional (paynephotos is barely functional but it at least as the
single line of code).

Please someone help me.

Note: I am not a programmer but I am trying. ;-)

Thanks,

Brent David Payne
Frustrated PHP User

Oct 31 '07 #1
18 2360
BDE Consulting wrote:
I am going crazy. This has been a problem now for over a year and I
have yet to figure out what is causing it.

I have a single server that is running multiple domains. For this
example I will list four domains all of which have the phpinfo.php
file in their root directories. However, only one of them has working
PHP. What am I doing wrong?

http://www.lyricvault.com/phpinfo.php
http://www.paynephotos.com/phpinfo.php
http://www.brentdavidpayne.com/phpinfo.php
http://www.brentdavidenterprises.com/phpinfo.php

http://www.lyricvault.com
http://www.paynephotos.com
http://www.brentdavidpayne.com
http://www.brentdavidenterprises.com

If you check the root of each site, you will see that each of them are
functional (paynephotos is barely functional but it at least as the
single line of code).

Please someone help me.

Note: I am not a programmer but I am trying. ;-)

Thanks,

Brent David Payne
Frustrated PHP User
According to a whois search, the working domain's nameservers differ
from the rest. Meaning it's most likely it's setup on a different
account, yet same server. Hence it possible that this account is setup
to allow PHP while the others are not.

Does this server/host use any type of web control panel?
Oct 31 '07 #2
check your server logs...might give you some insight

Oct 31 '07 #3
On Oct 30, 11:40 pm, Chris Gorospe <ch...@ekast.co mwrote:
BDE Consulting wrote:
I am going crazy. This has been a problem now for over a year and I
have yet to figure out what is causing it.
I have a single server that is running multiple domains. For this
example I will list four domains all of which have the phpinfo.php
file in their root directories. However, only one of them has working
PHP. What am I doing wrong?
http://www.lyricvault.com/phpinfo.php
http://www.paynephotos.com/phpinfo.php
http://www.brentdavidpayne.com/phpinfo.php
http://www.brentdavidenterprises.com/phpinfo.php
http://www.lyricvault.com
http://www.paynephotos.com
http://www.brentdavidpayne.com
http://www.brentdavidenterprises.com
If you check the root of each site, you will see that each of them are
functional (paynephotos is barely functional but it at least as the
single line of code).
Please someone help me.
Note: I am not a programmer but I am trying. ;-)
Thanks,
Brent David Payne
Frustrated PHP User

According to a whois search, the working domain's nameservers differ
from the rest. Meaning it's most likely it's setup on a different
account, yet same server. Hence it possible that this account is setup
to allow PHP while the others are not.

Does this server/host use any type of web control panel?- Hide quoted text -

- Show quoted text -
I own the server. It is at a co-location in Liberty Lake, WA (LLIX).
I don't know much about MS Server 2003 but I have managed to do most
of the server maintenance myself (called a friend to help me with the
initial settings). Netsol is my DNS and I swear all of the domains
use the exact same IP addresses in NetSol's settings. I then use IIS
to point each www.blahblahblah.com and blahblahblah.co m to a
particular folder for that specific site. Every site's folder is
above the root directory and above the directory where PHP is
installed.

I use PHPMyAdmin for MySQL interactions but there is no other web
control panel other than Windows Server 2003 itself.

Help! ;-)

Brent David Payne

Oct 31 '07 #4
On Oct 30, 11:57 pm, macca <ptmcna...@goog lemail.comwrote :
check your server logs...might give you some insight
What would I be looking for exactly? I have little experience in
dbadmin and server admin. I know how to get to my server logs and how
to decipher them but help me to determine what I am specifically
looking for please.

Brent David Payne

Oct 31 '07 #5
BDE Consulting wrote:
On Oct 30, 11:57 pm, macca <ptmcna...@goog lemail.comwrote :
>check your server logs...might give you some insight

What would I be looking for exactly? I have little experience in
dbadmin and server admin. I know how to get to my server logs and how
to decipher them but help me to determine what I am specifically
looking for please.

Brent David Payne

Maybe anything which looks unusual? Error responses, etc.?

It's hard to say exactly what to look for - the possibilities are almost
endless. But you should know it when you see it.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Oct 31 '07 #6
On Oct 31, 10:04 am, Jerry Stuckle <jstuck...@attg lobal.netwrote:
BDE Consulting wrote:
On Oct 30, 11:57 pm, macca <ptmcna...@goog lemail.comwrote :
check your server logs...might give you some insight
What would I be looking for exactly? I have little experience in
dbadmin and server admin. I know how to get to my server logs and how
to decipher them but help me to determine what I am specifically
looking for please.
Brent David Payne

Maybe anything which looks unusual? Error responses, etc.?

It's hard to say exactly what to look for - the possibilities are almost
endless. But you should know it when you see it.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attgl obal.net
=============== ===
One possibility is that your AddType for php is within a virtual hosts
(assuming you have Apache). Check to make sure that AddType
application/x-httpd-php .php is outside of all virtual hosts.

Thats all I could think of at the moment.

Oct 31 '07 #7
4sak3n 0ne <4s*******@gmai l.comwrote in news:1193853270 .595836.40440
@z24g2000prh.go oglegroups.com:
One possibility is that your AddType for php is within a virtual hosts
(assuming you have Apache). Check to make sure that AddType
application/x-httpd-php .php is outside of all virtual hosts.

Thats all I could think of at the moment.
that's my hunch too.

i'd put money down on this being a "httpd.conf " issue.
Oct 31 '07 #8
On Wed, 31 Oct 2007 18:54:30 +0100, 4sak3n 0ne <4s*******@gmai l.comwrote:
On Oct 31, 10:04 am, Jerry Stuckle <jstuck...@attg lobal.netwrote:
>BDE Consulting wrote:
On Oct 30, 11:57 pm, macca <ptmcna...@goog lemail.comwrote :
check your server logs...might give you some insight
What would I be looking for exactly? I have little experience in
dbadmin and server admin. I know how to get to my server logs and how
to decipher them but help me to determine what I am specifically
looking for please.
Brent David Payne

Maybe anything which looks unusual? Error responses, etc.?

It's hard to say exactly what to look for - the possibilities are almost
endless. But you should know it when you see it.

One possibility is that your AddType for php is within a virtual hosts
(assuming you have Apache). Check to make sure that AddType
application/x-httpd-php .php is outside of all virtual hosts.

Server sais:

http://www.paynephotos.com/
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET

http://www.lyricvault.com/
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET, PHP/5.2.0

If we trust these headers, it's IIS and PHP is not enabled on the other
sites.
--
Rik Wasmus
Oct 31 '07 #9
On Oct 31, 10:56 am, Good Man <he...@letsgo.c omwrote:
4sak3n 0ne <4sak3n...@gmai l.comwrote in news:1193853270 .595836.40440
@z24g2000prh.go oglegroups.com:
One possibility is that your AddType for php is within a virtual hosts
(assuming you have Apache). Check to make sure that AddType
application/x-httpd-php .php is outside of all virtual hosts.
Thats all I could think of at the moment.

that's my hunch too.

i'd put money down on this being a "httpd.conf " issue.
Before posting I should have looked at the phpinfo a little more
carefully... IIS is being used in lieu of Apache (Which is
understandable) , so that couldn't be the issue per-se.

Oct 31 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3639
by: Jean-Marc Molina | last post by:
Hello, OS : Windows 2000 Pro Apache : 1.3.29 PHP : 4.3.6 From the install.txt file : quote: "Usually you would just copy it over to %SYSTEMROOT%\System32.
1
4472
by: d.schulz81 | last post by:
Hi all, We have about 10 different domains that are linked very closely and we want to identify and keep track of every single user that surfs our websites by the use of sessions. The problem is how to keep track of the session ID across domains. - cookies don't work because not acepted by 40 % of or users and cookies don't work across domains
0
2119
by: Fred Palmer | last post by:
Hi all, Can anyone point out some best practices for handling cookies with multiple domains aliases? The problem is that I've got a site with multiple domain aliases and I want them to all use the same cookie. This problem can arise with even one domain if you don't set the domain on the cookie correctly. For example: Don't set the domain to ".mydomain.com" (leave out the first ".". If user's come in from "mydomain.com" or if they...
6
4868
by: Ludvig | last post by:
I have various domains using the same application/assembly They differ in contents and design, based on a "site id", and get its information from an SQL server. Now I have to deploy the different "sites" to individual folders on the server, and set up the domains on IIS to point to these folders. If I do changes in the application, I have to deploy to all the different folders on the server.
0
1405
by: i_have_control | last post by:
I'd be grateful for any input on this one: I have three web domains. The destinations of two are set to folders on the first, though that fact is transparent to the user (i.e: it does not REDIRECT to the first domain). Example: http://www.maindomain.com (main hosted package) http://www.subdomain1.com -> www.maindomain.com/subdomain1/ http://www.subdomain2.com -> www.maindomain.com/subdomain2/
6
1247
by: nc | last post by:
If www.any1.com has a lib\file1.php, can someone at www.any2.com include the script and access the items in the script? Is it safely protected, or would we need to handle such protections ourselves? I.e., <?php include("http://www.any1.com/lib/file1.php"); // misc code which checks the defined variables... echo(pw);
22
8937
by: Brett Romero | last post by:
If my UI app uses three DLLs and two of those DLLs reference something named utilities.dll, does the UI app load utilities.dll twice or does the compiler recognize what is going on and load utilities.dll just once? Thanks, Brett
1
12980
by: Jacksm | last post by:
My web server is joined to a windows domain. This domain has trusts to many other different domains. Users access my web server from different domains which are the trusted domains. Is this possible to do without any other configuration? Will the web server know which domain to look for to authenticate? Any information on how to do this would be appreciated. Thank you.
13
8672
by: Samir Chouaieb | last post by:
Hello, I am trying to find a solution to a login mechanism for different domains on different servers with PHP5. I have one main domain with the user data and several other domains that need a login to show data. I want the user to login only once when he visits any of my domains.
0
8996
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9333
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9254
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8255
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3319
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.