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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
CentOS Linux 7.9.2009 (Core)
Product
Plesk Obsidian
Version 18.0.55 Update #2, last updated on Sept 28, 2023 03:45 AM
Drupal 10.1.16
PHP 8.1.24, FPM application served by Apache
Modules installed, path, pathauto
After updating to Drupal on my Plesk webServer, after recently updating Drupal, I...
Hello,
I have a freshly set up server with Debian 9 and Plesk (version 18.0.27 Update #1) by IONOS.
In Plesk I have set up a domain/webspace. There are no other settings I have made. Nginx serves as reverse proxy.
Basically everything works as well. Only Rewrite makes me feel tired.
It behaves...
After upgrade to Plesk Onyx, several domains on my installation have problems with pathes / mod_rewrite / friendly URLs :-(
(Systems are Wordpress, xenforo and other systems usin friendly URLs)
I tried some things in the domain configuration to solve this problem, but it doesn't work like...
Hi,
after upgrade from Plest 12.5 to Onyx i have problems on several sites with permalinks, pathes and friendly-URL-functions (xenforo, wordpress, etc.).
It seems to be a problem with the apache mod_rewrite modul. How to set mod_rewrite each for the domains and not only for the whole...
We use additional apache directives (not .htaccess!!) to force clients to be redirected to SSL.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST} [R,QSA]
</IfModule>
This works without a problem. We installed the let's encrypt plugin...
Imagine a htaccess file like this:
RewriteEngine on
RewriteRule !^proxy/index.php$ index.php [L]
And index.php is the only php file in the directory proxy. Now all urls like proxy/.. should be rewritten to index.php. This does not work for urls like proxy/foo.php (404 file not found). It works...
Hello,
we are trying to create a "development" domain space:
- project1.example.com
- project2.example.com
- project3.example.com
Our goal is to disallow indexing of these websites. Simpliest way would be to create a robots.txt files for each website, however, we would like to use Apache...