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.
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 have allready try to take the htaccess converter
how about providing ALL informations, instead of tiny little bits one after the other? If you would like help from people willing to help you, they are not able to guess your ( complete ) ".htaccess" and the additional nginx directives and suggestions may not at all suit your needs, if other directives interfere with the suggested ones.
Pls. start over again and add the complete ".htaccess" - files, additional http/https directives AND as well ALL your current additional nginx directives.
Afterwards, pls. tell us as well, what sort of content you host at the domain and in which folders.
Sorry, but you miss the fact, that you are trying to use a second "location /" - directive, which is simply not possible with nginx at all, as you already noticed at your error messages. This is not a Plesk - issue or bug, it's just something that isn't possible with nginx.
Well, if you leave out the "location" - part, then the following directives are not set for a specific folder, but for all content in your "document root" of the (sub)domain. You might experience further issues/errors/problems, when you use other additional directives as well.
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 ^/(forum|cms|wcf|calendar|filebase|blog|gallery)?([^.]+)$ /$1index.php?$2 last;
And I have try a second test
I have set a subdomain forum.domain.tld to folder forum. Now I can go to Forum Main Page. No problem.
But forum.domain.com/board/2-default-forum/ givs a redirect error
your issue is related to Woltlab settings for your SEO - URLs. Pls. consider to contact THEIR support ( or their community forum ), because at the Plesk Community Forum we try to handle Plesk components and extensions and not any other third party components.
your issue is related to Woltlab settings for your SEO - URLs. Pls. consider to contact THEIR support ( or their community forum ), because at the Plesk Community Forum we try to handle Plesk components and extensions and not any other third party components.