• 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.

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