otoarabam
Subdomain redirection yapman lazım. Bir örnek veriyorum aşağıda:
.htaccess her subdomain için bu düzenlemeyi yapman lazım
RewriteCond %{HTTP_HOST} ^test.example.com$ [NC]
RewriteRule ^(.*)$ http://test.example.com/ [L]
Konu: https//sorunu