subdomain sudden not working

neorder

Verified User
Joined
Oct 1, 2003
Messages
392
How strange...I've a sub domain suddenly stopped working, but it was working fine for the half a year!

I can still access my data via mydomain.com/subdomain

but just subdomain.mydomain.com will not work!

I have check my dns, it was fine as well.

I also rebooted my server, but it doesn't help.

Any ideas?
 
I have the same problem...
I added foto as subdomain on imfranksson.se

And I can reach it with imfranksson.se/foto but not on foto.imfranksson.se
 
I have a similar problem.

I have a subdomain subdomain.x.com

I have images at subdomain.x.com/imgs and they load perfectly, but subdomain.x.com/uploads/*/image.jpg will not load.

My client has mentioned that she has created by accident subdomain.x.com on her domain management instead of subdomain and she then proceeded to delete subdomain.x.com from domain management and created a subdomain through the subdomain management page.

I've been wracking my head in trying to solve this.
 
Hi jlasman,

Thanks for the link, but that doesn't seem to be the problem.

I've taken a look at that user's subdomain error log files and it looks like all the /uploads/*/* files are being redirected to /etc/httpd/uploads/ like follow:
Code:
[Wed Jun 25 01:09:40 2008] [error] [client 202.156.13.6] File does not exist: /etc/httpd/uploads/

I cannot find any .htaccess files in the directories of the user. Anyone got any ideas?
 
It's almost always the problem when I post it. Because not too many of us are willing to start debugging your problem in our heads when we can eliminate many possibilities by simply trying things from our own browser. You'd be surprised how often that gives a good response.

Now as far as what looks to be the problem, you should look through the main exim.conf file and the user-specific exim.conf file on your server, and any included files, to see if there's a redirect.

Jeff
 
I've looked through all the user specific httpd config as well as the includes in /etc/httpd/conf/extra/

I can't seem to find anything regarding /uploads.

Oh btw, it looks like if I renamed the folder uploads to something else like uploads2, the subdomain.x.com/uploads2/* then works.
 
Back
Top