Page 1 of 1

being taken to a different localhost website

PostPosted: 31. October 2014 10:55
by IBTrey
Hello all :-)

I'm setting up a website. Done all the vhosts etc. and when entered I get taken to my testing-ground.local site (currently PHPbb) instead of the actual website I'm making, what's wrong?

<VirtualHost *:80>

ServerAdmin *EMAIL REPLACED*
DocumentRoot "C:/Users/treytaylor/Copy/www/*NAMES REPLACED*
SetEnv SECURE_ROOT "C:/Users/treytaylor/Copy/www/secure/"
ServerName *NAMES REPLACED*
ServerAlias *NAMES REPLACED*
ErrorLog "logs/*NAMES REPLACED*-error.log"
CustomLog "logs/*NAMES REPLACED*-access.log" combined
<Directory "C:/Users/treytaylor/Copy/www/*NAMES REPLACED*">
Options All
AllowOverride All
Require all granted
</Directory>

</VirtualHost>

everything else has been hashed out.

and my host file:

127.0.0.1 localhost
127.0.0.1 *NAMES REPLACED*.local
127.0.0.1 www.*NAMES REPLACED*.local

again, everything is hashed out.. is it PHPbb being weird or my machine/XAMPP?

Re: being taken to a different localhost website

PostPosted: 31. October 2014 14:18
by Nobbie
IBTrey wrote:I'm setting up a website.


Where? On your local PC or somewhere in the WWW?

IBTrey wrote:Done all the vhosts etc.


What does that mean exactly?

IBTrey wrote:and when entered


Entered where and what? What do you enter into the browser?

IBTrey wrote:I get taken to my testing-ground.local site (currently PHPbb) instead of the actual website I'm making, what's wrong?


Youre explanation does not fit to your configuration, i can only see a mystical "NAMES REPLACED" thing all over the place. if you need help, we need REAL configuration files instead of "NAMES REPLACED" etc.

It is very hard to understand, what you are doing there, try to explain more precisely.