Web Hosting Talk







View Full Version : 2 game sites


Mark_W
08-19-2007, 01:13 PM
OK this is weird but I have 2 game sites using the same script (PhpAS)
using 2 different templates.
domain1 is the main domain
and domain 2 is the add on domain
and whats going on is domain2 front-end keeps reading from domain1 the mysql and the template
when domain2 back-end reads fine
so i went threw all files and don't see what the problem is
but when i deleted domain1 includes folder domain2 was reading fine for about a hour or to..
Anybody have any ideas why this is happening?
Sorry if this is a little confusing

Mark_W
08-21-2007, 09:50 PM
OK so people can see what I'm talking about here are the 2 web sites that are doing this
http://www.exopages.com (http://www.exopages.com/) is reading from this site http://www.axternet.com (http://www.axternet.com/)
it might not be doing it right now because i just deleted the includes folder and the site is up again at least for a while anyways...
could this be a problem with htaccess file?
I have checked the config in both includes folder and didnt see anything wrong
I'm confused

Mxhub
08-22-2007, 08:15 AM
I suspect your browser still have the session. Try clear your browser cache and try again.

Mark_W
08-22-2007, 07:18 PM
Sorry I thought the same thing until i had a couple other people i know online go there and they see exopages.com reading from axternet.com to..
I just might have to redo the site template

Mark_W
09-05-2007, 04:54 PM
OK I got it fixed
I Had to have My Hosting provider move exopages.com folder above
the public_html..
Reason is since running to of the same script and both using same htaccess file axternet.com was taking over making exopages.com read from axternet.com
If that makes any since