Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
i tried that... following this article
https://support.plesk.com/hc/en-us/articles/115005086193-CGI-scripts-in-Plesk-do-not-work-on-domain-with-application-installed-from-Application-Catalog-script-not-found-or-unable-to-stat
i added ScriptAlias "/cgi-bin/"...
is it possible to move the cgi-bin location from:
/var/www/vhosts/example.com/httpdocs/cgi-bin/
to
/var/www/vhosts/example.com/httpdocs/subfolder/cgi-bin/
The reason being we are doing a server migration and we want to keep the same structure for the new site due to transparent and scripting.
Hello , we figured it out.... for some reason in the primary domain under hosting settings the preferred domain was set... we changed it to none and the alias is working now. Thank you @Rasp for your help and confirming that we were at least on the right track configuring the alias.
yes thats how we created the alias... we created download.olddomain.com as an alias to download.newdomain.com in Plesk.
This is under the "Domains" interface , clicked "Add Domain Alias"
It looks similiar to what you have pictured except the "Alias for download.olddomain.com" says "Alias for...
we tried a CNAME record at olddomain.com. download to download.newdomain.com. that didnt work so we deleted it
We then tried an A record at olddomain.com download pointing to the plesk server IP.
yes thats what i forgot to mention.... we added the alias download.olddomain.com to point to download.newdomain.com in plesk after successfully creating download.newdomain.com.
I was able to find these 2 articles but they dont seem to resolve the issue
https://support.plesk.com/hc/en-us/articles/115005017413-Domain-alias-shows-default-Plesk-page
both dns records point to the same IP...
Hello.. we have plesk managing a webserver using godaddy as the dns. we have godaddy as A record to the server IP
the DNS is download.newdomain,com and it is working great.
however we want use an alias download.olddomain.com to point to the same page.. we tried an A record to the server IP and...