Ga naar inhoud

XAMPP > Subdomeinnamen


anoniem

Aanbevolen berichten

hoi, ik gebruik nu al een tijdje XAMPP maar ik wil graag een subdomeinnaam. ik heb ee dyndns url met een wildcard erop. ik zou graag de subdomeinnaam mos. ervoor willen hebben. kan dat? Domeinnaam: bawa.ath.cx Hierbij ook mn virtualhostsbestandje: [code:1:93ccb4693b] # # Virtual Hosts # # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # <URL:http://httpd.apache.org/docs/2.2/vhosts/> # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # Use name-based virtual hosting. # NameVirtualHost 83.81.113.127 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for all requests that do not # match a ServerName or ServerAlias in any <VirtualHost> block. # ##<VirtualHost *:80> ## ServerAdmin webmaster@dummy-host.example.com ## DocumentRoot /www/docs/dummy-host.example.com ## ServerName dummy-host.example.com ## ServerAlias www.dummy-host.example.com ## ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log ## CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common ##</VirtualHost> ##<VirtualHost *:80> ## ServerAdmin webmaster@dummy-host2.example.com ## DocumentRoot /www/docs/dummy-host2.example.com ## ServerName dummy-host2.example.com ## ErrorLog @rel_logfiledir@/dummy-host2.example.com-error_log ## CustomLog @rel_logfiledir@/dummy-host2.example.com-access_log common ##</VirtualHost> <VirtualHost 83.81.113.127:80> DocumentRoot C:/xampp/htdocs/ms ServerName mos.bawa.ath.cx </VirtualHost> <VirtualHost 83.81.113.127:80> DocumentRoot C:/xampp/htdocs ServerName bawa.ath.cx </VirtualHost> [/code:1:93ccb4693b]
Link naar reactie
  • 2 weken later...
  • 1 maand later...
iemand :D Mocht je de oplossing nog zoeken [code:1:463c57f48e]NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot E:/htdocs/ ServerName www.iets.nl ErrorLog logs/error.log CustomLog logs/access.log common </VirtualHost> <VirtualHost *:80> DocumentRoot E:/htdocs/stats ServerName stats.iets.nl ErrorLog logs/error.log CustomLog logs/access.log common </VirtualHost> [/code:1:463c57f48e] Dit is letterlijk gekopieerd uit mijn xampp config behalve dan de domein namen. Je hoeft niet eerst een www.iets.nl aan te maken voordat je een sub domein mag maken.
Link naar reactie

Om een reactie te plaatsen, moet je eerst inloggen

Gast
Reageer op dit topic

×   Geplakt als verrijkte tekst.   Herstel opmaak

  Er zijn maximaal 75 emoji toegestaan.

×   Je link werd automatisch ingevoegd.   Tonen als normale link

×   Je vorige inhoud werd hersteld.   Leeg de tekstverwerker

×   Je kunt afbeeldingen niet direct plakken. Upload of voeg afbeeldingen vanaf een URL in

×
×
  • Nieuwe aanmaken...