domain goes back to original

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

domain goes back to original

Post by reecec »

Hi


when i type the domain name in like this http://www.example.com/something it goes shows the old free domain http://www.freedomain.com/someting unless i type a slash after the folder name http://www.example.com/something/


is this someting to do with it finding the index in the folder as when i tell it the http://www.example.com/something/index.php it works fine



so do i need to change someting in htaccess.


thanks


reece
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's really hard to say.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

If you can - get rid of the .htaccess file while testing this.

Do you have any code in any file that would redirect a user to the old domain?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

Post by reecec »

thanks for your replys, no i have no code that would redirect them

i have had to set up a redirect for every users folder


http://www.site.com/folder ---> http://www.site.com/folder/
Post Reply