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.
Hi
Givs a change, to create a Wildcard Subdomain in Plesk (This is no problem), where redirect in own subfolder?
When I call
abc.domain.tld --> folder abc
def.domain.tld --> folder def
...
When the folder not exist, i received a error. this is ok. But how can i make this?
EDIT: Solved...
I must reply to this old post. Sorry.
Now I have a new test with forum and gallery as subfolder where I have not have in the last test.
This work:
www.domain.com/forum/board/2-default-forum/
This don't find the page: www.domain.com/forum/
I have try witheout /
rewrite...
Thank you. At this moment I try on a completly new installation. I have no changes. What I find out:
location / {
index index.php;
try_files $uri $uri/ @rewrite;
}
location @rewrite {
rewrite ^/(forum/|cms/|wcf/|calendar/|filebase/|blog/|gallery/)?([^.]+)$ /$1index.php?$2 last...
Thank you. But I have allways the same error :(
A link like https://www.mydomain.com/article-list/ don't work. Or https://www.domain.com/user/1-username/
I forgot I have change the custom Template for Wordpress: WordPress website shows 404 Not Found on all pages except home is this the problem...
Thank you. Sorry I have forgot the second part:
location @rewrite {
rewrite ^/(cms/|calendar/)?([^.]+)$ /$1index.php?$2 last;
}
But both of your samples givs a 404 error without any entrys in logs (only in acces ssl log)
You see the sample here: Setting up user friendly URLs - WoltLab®
I...
I try to input new nginx rule for seo:
location / {
index index.php;
try_files $uri $uri/ @rewrite;
}
But the / is the problem:
nginx: [emerg] duplicate location "/"
What can I don for this?
My documentroot is /httpdocs/wptd/
To change location /wptd/ givs a 404 error
I have insert 60000-65534 like here: https://alex.bouma.me/enable-passive-ftp-plesk-11-and-12/ So the FTP connection to Plesk work perfect.
But which port are this? I think it's not only one port.
No. Port 21 is allready used for an other Server. The Backup FTP is in my Homenetwork. with QNAP...
Hi
I have a strange problem: I use the Backup Manager to Backup to a FTP Repository. My custom FTP Port is 34. This work. But when I enable the Plesk Firewall it don't work.
When I open outgoing Port 34 it can't show my backups on ftp
Which Port did plesk need to show the backups from my FTP...
>>But you could actually SEE the changes in your "/etc/hostname" - file. Correct?
Yes. But when I change it and then tip the IP:8443, i come to server:8443 and not the new hostname.
>>But it could as well be a browser cache issue...
I don't think so. I have try withe privat browser and I have...
I have changed to server01.domain.tld and than back to server.domain.tld. The same problem :( I have a extern DNS Server. Can this be a problem? RDNS is right
The rDNS (PTR) is server.domain.tld
I have two problems and hope you can help me. At this moment I can't find a post in Forum where help for this problem.
IP: 123.123.123.123
Hostname: server.domain.tld
Domain for Plesk: server.domain.tld:8443
first: What can I make, when I call http://server.domain.tld that plesk redirekt to...