![]() |
Home Community Mys-Script Creative Off-Topic |
|
|
Thread Tools | Display Modes |
#15
|
||||
|
||||
![]()
Alright, see, you're asking 127.0.0.1 to redirect to www.mysidia.localhost, but 127.0.0.1 is not your site, as in your config file you've put in 127.0.0.1:8080. Try updating your hosts file to reflect 127.0.0.1:8080. And once you're done, update Mysidia's config file to have the domain be to what you've got in your hosts file!
There a number of things that can go wrong. Virtual hosts must be enabled in httpd.conf, and then what you have above (more or less) should be, of course, in httpd-vhosts.conf -- and you have to make sure these are the right copies of these files in the XAMPP installation, because I know for certain WAMP keeps backups and editting those won't help (so long as you followed a guide, you're good). My virtual hosts set up is like this: Code:
<Directory C:/Users/Kyttias/Dropbox/WAMP> Order Deny,Allow Allow from all </Directory> <VirtualHost *:80> DocumentRoot "C:\Users\Kyttias\Dropbox\WAMP\Sanctuary" ServerName sanctuary.dev ServerAdmin kyttias@gmail.com ErrorLog "logs/Sanctuary-error.log" CustomLog "logs/Sanctuary-access.log" common </VirtualHost> My hosts for this would be (lines for this example only): Code:
127.0.0.1 localhost 127.0.0.1 sanctuary.dev Code:
define('DOMAIN', 'sanctuary.dev'); //Your domain name (No http, www or . ) At some point or another you'd be better of seeking help from people who understand the problem... I can really only help people working with WAMP under a standard port 80. ![]()
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 02-26-2016 at 09:52 AM. |
Tags |
hosting, wamp |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
To Non-Coders... an itty-bitty guide | ChibiMaestro | Tutorials and Tips | 2 | 04-20-2018 06:33 PM |
Help setting up my site | Taogoat | Questions and Supports | 2 | 03-08-2014 10:46 AM |
Errors with WAMP | MikiHeart | Questions and Supports | 4 | 11-06-2013 09:12 PM |
Need help setting Mysidia up on Uniform Server | Hedgen | Questions and Supports | 0 | 03-16-2013 05:15 PM |
More help for my guide. | Killgore | Questions and Supports | 3 | 03-03-2009 06:16 PM |
What's New? |
What's Hot? |
What's Popular? |