• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Wildcard subdomains

J

jpboyce

Guest
Previously I had a site setup by itself (not under plesk) which would allow members to input the URL xxx.domain.com where xxx was their member ID. The default.asp page would take the xxx out of the URL and then redirect them to their record.

After an OS reload, I now have the domain/site setup under Plesk. However, this functionality seems to no longer work. When I try accessing xxx.domain.com, I get a "400 - Bad request" error.

Does anyone have any suggestions on if it's possible to get this working? Thanks.
 
hey jpboyce

I think this might work for you

in your domain, access the DNS entries setup
add a CNAME record like this:

*.domain.com
pointing to domain.com

this means that if you type hskajdsoa.domain.com will open domain.com
then you can use your asp script to get the request adress

I'm not quite sure, but it's worth trying :)

hope it helps

Pedro Padron
 
Back
Top