Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > Bugs > Topic : Adding Domain does not do anything



Normal Mode | Print  

Adding Domain does not do anything
warpieke
Group: Member
Post Group: Newbie
Posts: 45
Status:
Quote From : jigar May 14, 2012, 6:07 am
Quote From : abgar May 12, 2012, 6:19 pm
Quote From : tidus April 10, 2012, 4:39 am

Please let us know if you're facing any issues. Also let us know if you have any suggestions.

I spent last 2 hours configuring virtual domains and I completely lost  hope.
Added 10 "parked", 10 "added" domains and....whatever I try, every time only www document root content directory is shown with it's subfolders.

Part of my httpd-vhosts.conf looks like this exactly:

####################################

#### example.cc VirtualHost ####

NameVirtualHost example.cc:80
<VirtualHost example.cc:80>
<Directory "c:/server/www/example">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
</Directory>
ServerName example.cc
ServerAlias example.cc
ScriptAlias /cgi-bin/ "c:/server/www/example/cgi-bin/"
DocumentRoot "c:/server/www/example"
ErrorLog "C:/server/apache/logs/example.cc.err"
CustomLog "C:/server/apache/logs/example.cc.log" combined
</VirtualHost>
####################################

#### www.example.cc VirtualHost ####

NameVirtualHost www.example.cc:80
<VirtualHost www.example.cc:80>
<Directory "c:/server/www/example">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
</Directory>
ServerName www.example.cc
ServerAlias www.example.cc
ScriptAlias /cgi-bin/ "c:/server/www/example/cgi-bin/"
DocumentRoot "c:/server/www/example"
ErrorLog "C:/server/apache/logs/www.example.cc.err"
CustomLog "C:/server/apache/logs/www.example.cc.log" combined
</VirtualHost>
I have to be doing something wrong but have no idea what  :??:


Hi,

We have replied to your ticket.


first of all you making all your stuff under root thats wrong...
why , all domains and subdomains will making a new map for that domain or subdomain under the originall root and that my friend is not so good lol...

let me help you to setup the perfect virtual host in ampps...

www.example.cc VirtualHost ####

NameVirtualHost *:80
<VirtualHost www.example.cc:80>
<Directory "c:/server/www.example.cc">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
</Directory>
ServerName www.example.cc
ServerAlias example.cc
ScriptAlias /cgi-bin/ "c:/server/www.example.cc/cgi-bin/"
DocumentRoot "c:/server/www.example.cc"
ErrorLog "C:/server/apache/logs/www.example.cc.err"
CustomLog "C:/server/apache/logs/www.example.cc.log" combined
</VirtualHost>


if you see my virtual its not writing in the root and all domains have there root
that how you must do it...
with all domains and subdomains and it will work like a charme  :D


-----------------------
What i dont K'now must be born...
ON internet from 88/89 , working with computers from the year 1982 c64 , comodore , amiga and ect bbs  :xd:
IP: --   


Threads
 Ikoz   Adding Domain does not do anything (37 Replies, Read 284081 times)
    |--  tidus   Hi, Currently you...   on March 1, 2012, 8:39 am
    |--  Ikoz   Thanks for the...   on March 1, 2012, 4:23 pm
    |--  tidus   Hi, You can...   on March 2, 2012, 6:12 am
    |--  Ikoz   Thanks for your...   on March 2, 2012, 7:05 am
    |--  Ikoz   Thanks. That seemed...   on March 3, 2012, 12:34 am
    |--  dummy92   I'm on a...   on April 10, 2012, 4:24 am
    |--  tidus   Hi, This feature...   on April 10, 2012, 4:39 am
    |--  dummy92   Hi Tidus, Thanks...   on April 10, 2012, 4:46 am
    |--  tidus   Hi, Sorry my...   on April 10, 2012, 5:12 am
    |--  dummy92   Hi Tidus, Works...   on April 10, 2012, 2:23 pm
    |--  ketan   Hi, Please let...   on April 10, 2012, 2:35 pm
    |--  abgar    Now in AMPPS...   on April 28, 2012, 9:51 pm
    |--  tidus    Now in AMPPS...   on April 30, 2012, 4:17 am
    |--  abgar    Please let us...   on May 12, 2012, 6:19 pm
    |--  abgar   Forgot to mention:...   on May 12, 2012, 6:21 pm
    |--  jigar    Please let us...   on May 14, 2012, 6:07 am
    |--  abgar   Is problem fixed...   on November 27, 2012, 11:31 am
    |--  tidus   Is problem fixed...   on November 27, 2012, 11:49 am
    |--  abgar   Please take a...   on November 28, 2012, 1:25 pm
    |--  abgar   Please take a...   on November 28, 2012, 1:32 pm
    |--  tidus   Please take a...   on November 28, 2012, 1:42 pm
    |--  abgar   In my opinion...   on November 29, 2012, 11:14 am
    |--  tidus   Hi, I know....   on November 29, 2012, 12:23 pm
    |--  abgar   I see, but...   on November 29, 2012, 1:40 pm
    |--  abgar   We tried <VirtualHost...   on November 29, 2012, 1:50 pm
    |--  abgar   I suspect, that...   on December 7, 2012, 10:26 am
    |--  abgar   I am shurely...   on December 7, 2012, 10:27 am
    |--  tidus   Hi, Yes. I...   on December 7, 2012, 12:25 pm
    |--  abgar   Hi, Yes. I...   on December 12, 2012, 11:17 am
    |--  warpieke   In my opinion...   on December 12, 2012, 12:57 pm
    |--  cautbur   I have a...   on September 26, 2013, 8:57 am
    |--  warpieke   I have a...   on September 26, 2013, 9:58 pm
    |--  tidus   Hi, It is...   on September 27, 2013, 6:29 am
    |--  warpieke   Hi, It is...   on September 27, 2013, 2:34 pm
    |--  warpieke    Please let us...   on September 27, 2013, 2:43 pm
    |--  subenksaha   from AMPPS control...   on June 24, 2015, 3:51 pm
    |--  Guest   hiii i have...   on September 12, 2019, 3:50 pm

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
2 guests, 0 users.


All times are GMT. The time now is May 20, 2024, 6:27 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.038