Current Page: 1 of 1
Results 1 - 8 of 8
9 years ago
tiolon
ah! sorry. i thought that that my mistake was as i said lack of knowledge and familiarity with the software and not being too methodical... i can't pinpoint a specific mistake, but recapitulating... i started with this vh and host setting that didn't work: #dos <VirtualHost *:80> DocumentRoot "d:/1-wamp/www/dos.net/dos" ServerName dos <Directory "d:/1-wamp/www/
Forum: WampServer English
9 years ago
tiolon
well... i think it was my lack of knowledge and familiarity with the whole thing. trying to change different parameters at the same time... without knowing much about it. thank you for your help.
Forum: WampServer English
9 years ago
tiolon
great, now is working! without your help i couldn't have seen the mistakes i was making.... thank you very much!
Forum: WampServer English
9 years ago
tiolon
sorry, i should have said... i get the wampserver start page and at the address bar the ServerName. it doesn't see the content of the the subfolder 'dos' <Directory "d:/1-wamp/www/dos.net/dos">. this is the subfolder that contain the cms installation files. if i've got this right... when i launch the vh, it points at "www/dos/" but this folder doesn't exist.
Forum: WampServer English
9 years ago
tiolon
1-yes. d:\1-wamp is the folder where WAMPServer is installed. 3-will add the 'FollowSymLinks' 4- this is the site that is not working. #dos <VirtualHost *:80> DocumentRoot "d:/1-wamp/www/dos.net/dos" ServerName dos <Directory "d:/1-wamp/www/dos.net/dos"> AllowOverride All Require local </Directory> </VirtualHost> # thanks for the help
Forum: WampServer English
9 years ago
tiolon
thanks, here it is the httpd-vhost.conf. the last site do not work. just in case the host file as well. appreciate the help! #localhost <VirtualHost *:80> ServerName localhost ServerAlias www.localhost DocumentRoot "d:/1-wamp/www" <Directory "d:/1-wamp/www"> AllowOverride All Require local </Directory>
Forum: WampServer English
9 years ago
tiolon
RiggsFolly Wrote: ------------------------------------------------------- > Yes, and it's a good idea to create a Virtual Host > for this purpose. > > Here is a document to help you create one or more > virtual hosts > thanks for the info! i've set up a couple of vh and sites following this doc. very useful and clear for everyone. i've tried to put the cms
Forum: WampServer English
9 years ago
tiolon
hi there! is it possible to install a cms in a subfolder? for ex c:\wamp2.5\www\site\cms-install-files i'n trying that but can't figure out how.... is there a different way to tell 'httpd-vhosts.conf' and 'host' how to see the directory? i'm no quite sure if i make sense.... sorry! TIA
Forum: WampServer English
Current Page: 1 of 1