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.
The forum software I use has an addon that rewrites URLs, and will automatically generate the appropriate nginx rules as well as writing a .htaccess file. However, when I paste the rules into the "additional directives for nginx" thing and save it, I still get 404 errors for everything when...
Hi,
Is there a simple way to turn on/access rewrite logging on apache/nginx? I'm trying to get to the bottom of random 404's and and other random redirects that sometimes work, sometimes not through the same steps and need to enable log debug/level6-8 but cant find a simple way. SSH'ing in and...
Hello,
Help please to make work both rules with and without (php and html) prefix from url in nginx/fpm
I add this rules in web server configuration in control panel:
if (!-e $request_filename){
rewrite ^/([^\.]+)$ /$1.php break;
}
if (!-e $request_filename){
rewrite ^/([^\.]+)$...
I've some problems with htaccess's attributes named Alias and RewriteRule.
This script was added in additional instructions for http/s on my vhost example1.com:
RewriteEngine On
RewriteRule ^/Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php [L,QSA]
...
Alias /testme-int...
Hi everyone,
A kind of strange problem: Wordpress subpages works with and without trailing slash.
They should always end with a trailing slash (Wordrpess do this already, but it's possbile to enter the same page without the slash).
Here my additional nginx directives:
fastcgi_read_timeout...
I have a git server running on a LInux VPS (Ubuntu 14.04) with Plesk 12.5.30.
To access the git repos I do
git clone git@<server>:/myrepo.git
This requires an SSH public key to the server. I would like to install gitweb
so I can clone using the http protocol.
git clone...
My server: Debian 8.10 (Jessie)
Plesk: Onyx 17.8.11 Update #4
Plone: version 5.1
I have a working domain with SSL (Let's Encrypt) and a working Plone site.
I made sure all modules were enabled according to: Apache — Plone Documentation v5.1
Only proxy_http needed to be enabled.
I've created...
Where can I find the Windows Plesk URL Rewrite module?
I wish to redirect thedomain.com/login to thedomain.com:8443 and I thought something like this would be available in the browser.
I even search all the subpages in the Tools & Settings area too. Maybe I overlooked it...
Hi,
i want every Domain on the Server i.e.:
autoconfig.<customerdomain>.de to be automatically apply to my Plesks Hostname httpdocs Folder.
Example Code which i played arround with.
<VirtualHost *:80> #Must be the first Virtual host
ServerAdmin [email protected]
ServerName www...
Hiya,
Running Plesk 12.5.30 Update #40 and have a number of domains hosted.
I have had particular issues getting an SSL cert to work for this domain blog.starwheelastrology.com
I am running wordpress on it.
I have migrated a wordpress blog from wordpress.com to self-hosted and as the DNS...
Hi all, I have set up my first Let's Encrypt SSL certificate on my site and can access the site via SSL. What is the best way to force the use of https? Is there a way to set this from within plesk at the moment?
I have added a redirect to my web.config and this seems to work OK but want to...
I recently switched some customer domains from php-cgi (apache served) to php-fpm (nginx served with apache as reverse proxy using the plesk-php56 package).
Everything went flawlessly and I had a great boost of performance - but I have an issue with url rewriting that is driving me crazy.
I...
Hi,
I have a problem with Nginx+ Plesk.
I need to stop hotlinkers from embedding pictures from my server, and I use Plesk functionality to add Nginx directive, like this:
location ~* \.(jpg|jpeg|png|gif)$ {
valid_referers none blocked server_names
*.example.com...