Current Page: 1 of 1
Results 1 - 6 of 6
17 years ago
sonam
Thank you very much CyberSpatium, I am save your post and will try to set up my server leter becuse I am little bit bussy.
Forum: WampServer English
17 years ago
sonam
Thanks CyberSpatium, but I don't need virtual host for on line different sites. I just want to use my localhost for different sites and every site must to have their root folder. For example: localhost:99 is pointed on APACHE folder www/project1 localhost:101 is pointed on APACHE folder www/project2 OR localhost/project1 is pointed on APACHE folder www/project1 localhost/project2 is pointed o
Forum: WampServer English
17 years ago
sonam
QuoteBecause you're working on multiple sites i would simply suggest you change your code from: <?php include_once $_SERVER["DOCUMENT_ROOT"] . "/folder/page.php"; ?> to this <?php include_once $_SERVER["DOCUMENT_ROOT"] . "/project/folder/page.php"; ?> Won't that work? In that case I must for any page to change code before I upload this pag
Forum: WampServer English
17 years ago
sonam
Thanks, I understand this moment, but I must (for my scripts) to use $_SERVER["DOCUMENT_ROOT"] because this script use same file for different pages in different folders. I must find out how to set up server, not my scripts what work properly when I put on internet server.
Forum: WampServer English
17 years ago
sonam
Can someone to help me!
Forum: WampServer English
17 years ago
sonam
Hi, I am new on Wamp server, and I need help with start. I am instal all features, and server runing OK. Then, I am copy my old project to www folder and it is not work properly. I am using php comand: <?php include_once $_SERVER["DOCUMENT_ROOT"] . "/folder/page.php"; ?> where is "document root" my project folder. But server use "WWW" like "Doc
Forum: WampServer English
Current Page: 1 of 1