Author Topic: domain question  (Read 3761 times)

ygfperson

  • Founders
  • Posts: 601
  • Karma: +10/-1
    • Last.fm
domain question
« on: June 09, 2006, 01:12:30 AM »
let's say i have a website called www.xyzzy.com. I can access it by going to www.xyzzy.com, but going to xyzzy.com draws up a 404. (For a real life example look at the domain the-underdogs.info

I'm working on a website that's set up like that now. How do I fix it so *.xyzzy.com redirects to www.xyzzy.com? Is it an apache configuration or something I have to talk to the ISP about?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: domain question
« Reply #1 on: June 09, 2006, 01:22:28 AM »
Take a look at http://forums.digitalpoint.com/showthread.php?t=45759 and see if that helps.  It looks like you can do it in apache.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: domain question
« Reply #2 on: June 09, 2006, 07:48:53 AM »
Apache can do it but I think it might be a DNS modification as well.

Rob

  • New improved. Now with added something...
  • Jackass In Charge
  • Posts: 5959
  • Karma: +86/-149
  • Approaching 60 from the wrong damn direction...
Re: domain question
« Reply #3 on: June 09, 2006, 11:09:31 AM »

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Re: domain question
« Reply #4 on: June 09, 2006, 09:22:54 PM »
if the isp doesnt allow you to adjust apache you can simply set a redirection or "pointer" for the x.com ==> www.x.com
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: domain question
« Reply #5 on: June 10, 2006, 02:39:56 PM »
you can redirect to www.domain.com from domain.com using various methods.  If you have access tot he web server configuration and mod_rewrite is avaible, you can accomplish it rather easily without having to code anything.  The server itselt maintains the rules.

if you're web app needs any time of cookie based information (session tracking for instance), it will save a lot of headaches if you only allow access to your web app through one domain.