• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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