DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

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 Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 2nd, 2008, 09:38 AM
scouse1983 scouse1983 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 7 scouse1983 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 55 sec
Reputation Power: 0
Problems with DNS

Not to sure if this is the correct place to post this but here we go anyway.

the problem i am having is i have just created a website with a content management system attached to it and when i enter the address for the site i can get on to it no problem. it all goes wrong when i try and get on to the cms side of it. to get onto this you enter the web address in full with /cms at the end of it. when you press enter it drops the www. and goes to a page not found.

i have been on the phone to the company who is holding it on there server and they are saying it is not there end where the problem lies. So i phoned the company who the dns was registered with and they told me they have set it up correctly and it should direct me to the cms side of the site without the www. this is not happening so someone is obviously not doing there job correctly.

as i do not no much about this side of things i was hoping someone could help me in finding out who is not doing there job; the company who's server it is on or the company who has the registered dns.

each company keeps passing me from pillar to post laying the blame on each other.

Last edited by scouse1983 : April 2nd, 2008 at 09:39 AM. Reason: wanted e-mail notification

Reply With Quote
  #2  
Old April 2nd, 2008, 09:52 AM
PWD's Avatar
PWD PWD is offline
Untreated PHP Addict
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jun 2004
Location: 127.0.0.1
Posts: 627 PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level)PWD User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 5 Days 2 h 51 m 52 sec
Reputation Power: 134
Sounds more like a web hosting issue. Probably one of 2 things:

1) The default document can not be found in the /cms directory.
2) The /cms directy isn't correctly configured.

Default documents
On most webservers you need to define a default document the web server serves up when you visit a directory (such as /cms); just like when you visit your root site of www.mysite.com it will display whatever document you define as the initial page if one is not specified in the URL. This could be index.php, default.asp, index.html...

Directory not configured properly
Somewhere in every web server, you need to define the virtual directory name (in this case...cms) and what folder holds the content. If this was a permissions issue, you would receive a login box or a 403 'Access Denied' error. Seing as you are receiving a 404 'Page not Found' error, I would suspect it to be more of a configuration issue on the web server side for your cms virtual directory.

Just for clarification, can you access your main site by simply typing in www.mysite.com?
__________________
PWD
MCSA, MCP, Security+

NEW Windows Administration Forum
Admin Source
Could REALLY, REALLY, REALLY use you and your issues!

Reply With Quote
  #3  
Old April 3rd, 2008, 03:28 AM
scouse1983 scouse1983 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 7 scouse1983 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 55 sec
Reputation Power: 0
dns problem

yes i can log on to the my site it takes me to the home page. to get onto the cms side of the site then you enter the address with /cms at the end it brings up the password protection box and then when the enter button is press it drops the www. from the address bar and goes to a page not found.

there is an index.php page within the cms folder so it should go straight to this page once you press the enter key.

could it be a problem with the i.p address not pointing to my site once the www. has been dropped.

Reply With Quote
  #4  
Old April 3rd, 2008, 11:58 AM
hiker's Avatar
hiker hiker is offline
They're coming to take me away
Click here for more information.
 
Join Date: Jan 2005
Location: Florida
Posts: 2,596 hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 27176 Folding Title: Starter FolderFolding Points: 27176 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 1 Day 5 h 37 m 8 sec
Reputation Power: 1166
Quote:
Originally Posted by scouse1983
yes i can log on to the my site it takes me to the home page. to get onto the cms side of the site then you enter the address with /cms at the end it brings up the password protection box and then when the enter button is press it drops the www. from the address bar and goes to a page not found.

there is an index.php page within the cms folder so it should go straight to this page once you press the enter key.

could it be a problem with the i.p address not pointing to my site once the www. has been dropped.


After it drops the www and displays page not found, try manually adding in the www. to the beginning and see if it automatically drops it again.

It may be configured that once you log in, it takes you direct to http://domain.com as opposed to http://www.domain.com ..

Can you access your domain by typing in http://domain.com (without the www)?

Reply With Quote
  #5  
Old April 4th, 2008, 04:01 AM
scouse1983 scouse1983 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 7 scouse1983 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 55 sec
Reputation Power: 0
dns problems

no when the web address is entered without the www. it does not take you to the site is has the same problems as when you try to log into the content management system of the site.

when you try to manually put the www. back in it does drop it again.

is this just a problem with the ip address not pointing to this domain name without the www.?

how can i resolve this would i have to speak to the company who's server it is on or the company who hold the registered domain name.

Reply With Quote
  #6  
Old April 4th, 2008, 10:47 AM
hiker's Avatar
hiker hiker is offline
They're coming to take me away
Click here for more information.
 
Join Date: Jan 2005
Location: Florida
Posts: 2,596 hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 27176 Folding Title: Starter FolderFolding Points: 27176 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 1 Day 5 h 37 m 8 sec
Reputation Power: 1166
Quote:
Originally Posted by scouse1983
no when the web address is entered without the www. it does not take you to the site is has the same problems as when you try to log into the content management system of the site.

when you try to manually put the www. back in it does drop it again.

is this just a problem with the ip address not pointing to this domain name without the www.?

how can i resolve this would i have to speak to the company who's server it is on or the company who hold the registered domain name.


You would probably need to talk to the web host. It's more likely a web server config problem.

However, when you log in to the control panel for your domain, you may have an option to look at the DNS... If this is the case, take a look, and make sure that both domain.com and www.domain.com point to the IP correctly.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Problems with DNS


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!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway