• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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