• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved How to catch all subdomains in plesk on windows

Mohsen

New Pleskian
How to catch all subdomains in plesk which installed in windows server 2012 ?
I founded answer for Linux servers but not same config file and other settings in windows.

I want catch all subdomains like *.domain.com in one file like domain.com/t.asp which can detect entered subdomain in this file, and address in browser not change to this file address and show same *.domain .
 
Hi Mohsen,

pls. consider to insert an "A" DNS entry on your primary nameserver of your domain ( mostly done over a Control Panel from your domain - provider! ) like for example:
Code:
*.YOUR-DOMAIN.COM    A         XXX.XXX.XXX.XXX
( where XXX.XXX.XXX.XXX has to be replaced with the server IP, where you host the content )
 
Hi, thanks for answer,
this is a redirect way, i want not change address of browser and proce all request of all subdomain with one file.
 
Back
Top