htacess ile WildCARD DNS Kullanmadan subdomain (altdomain) Yönlendirme İşlemi
İçindekiler
- order allow,denydeny from all
order allow,denydeny from all ">htacess ile WildCARD DNS Kullanmadan subdomain (altdomain) Yönlendirme İşlemi Bazen hosting firmanız WildCARD DNS (*.domainadiniz.com) kullanmanıza izin vermez. Bu durumda oluşturduğunuz subdomain içerisine aşağıdaki gibi bir içeriğe sahip .htacess kodu yazarsanız sorununuz çözülebilir. Options +FollowSymLinksRewriteEngine onRewriteBase /RewriteCond %{HTTP_HOST} ^(www.)?test.dijitalders.com [NC]RewriteRule ^(.*)$ http://www.dijitalders.com/index.php?sa=test_listesi [R=301,L]Options All -IndexesAddDefaultCharset ISO-8859-9Order allow,denyDeny from all order allow,denydeny from all - Bazen hosting firmanız WildCARD DNS (*.domainadiniz.com) kullanmanıza izin vermez.
htacess ile WildCARD DNS Kullanmadan subdomain (altdomain) Yönlendirme İşlemi
Bazen hosting firmanız WildCARD DNS (*.domainadiniz.com) kullanmanıza izin vermez.
Bu durumda oluşturduğunuz subdomain içerisine aşağıdaki gibi bir içeriğe sahip .htacess kodu yazarsanız sorununuz çözülebilir.
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www.)?test.dijitalders.com [NC]
RewriteRule ^(.*)$ http://www.dijitalders.com/index.php?sa=test_listesi [R=301,L]
Options All -Indexes
AddDefaultCharset ISO-8859-9
<Files ~ "^__(.*)" >
Order allow,deny
Deny from all
</Files>
<Files .htaccess>
order allow,deny
deny from all
</Files>
Bazen hosting firmanız WildCARD DNS (*.domainadiniz.com) kullanmanıza izin vermez.
Bu durumda oluşturduğunuz subdomain içerisine aşağıdaki gibi bir içeriğe sahip .htacess kodu yazarsanız sorununuz çözülebilir.
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www.)?test.dijitalders.com [NC]
RewriteRule ^(.*)$ http://www.dijitalders.com/index.php?sa=test_listesi [R=301,L]
Options All -Indexes
AddDefaultCharset ISO-8859-9
<Files ~ "^__(.*)" >
Order allow,deny
Deny from all
</Files>
<Files .htaccess>
order allow,deny
deny from all
</Files>