A
ALY
Misafir
Scriptin orjinal sitesinden böyle bi yardım mesajı aldım.
*wildard ını ekledim tüm subdomainler ana dizine yönleniyor fakat devamını getiremedim.
Yardımlarınızı bekliyorum arkadaşlar.
Firstly you don't need to make ANY changes to script core. You just need to change your apache directive for the site to something like the following (you'll also need to make sure that your DNS Zone record has a wildcard setting, something along the lines of "*.yoursite.com. IN A 22.222.22.222"):
<VirtualHost 22.222.22.222>
DocumentRoot /your/site/root
ServerAlias *.yoursite.com
ServerName www.yoursite.com
</VirtualHost>
Then navigating to "anything.yoursite.com" will load the default site for your Script installation. Once you've got that setup then you will need to write scripts to generate your term links so you link to the desired sub-domains specific to a term, how/where you do this is entirely dependent on how you design your site.
*wildard ını ekledim tüm subdomainler ana dizine yönleniyor fakat devamını getiremedim.
Yardımlarınızı bekliyorum arkadaşlar.
Firstly you don't need to make ANY changes to script core. You just need to change your apache directive for the site to something like the following (you'll also need to make sure that your DNS Zone record has a wildcard setting, something along the lines of "*.yoursite.com. IN A 22.222.22.222"):
<VirtualHost 22.222.22.222>
DocumentRoot /your/site/root
ServerAlias *.yoursite.com
ServerName www.yoursite.com
</VirtualHost>
Then navigating to "anything.yoursite.com" will load the default site for your Script installation. Once you've got that setup then you will need to write scripts to generate your term links so you link to the desired sub-domains specific to a term, how/where you do this is entirely dependent on how you design your site.