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.
Ok do you know when the update was released ?
Same, problem with :
RewriteRule ^a.php$ http://www.site.com/ [R=301,L] => Don't Work
RewriteRule ^a/$ http://www.site.com/ [R=301,L] => Work
Hello
i have a problem with Plesk, when i try :
DefaultLanguage fr-FR
Options -Indexes +FollowSymlinks
RewriteEngine on
RewriteBase /
<Files .htaccess>
order allow,deny
deny from all
</Files>
RewriteRule ^b.php$ /a.php [QSA]
I have this error : File not found.
I use : PHP 7.0.2 & Apache...
Yes but if anynone can help me i love it ! :)
PS : if the file clic_dl.php exist, redirect ok, but if the file doesn't here, he don't redirect :( i don't understand
My .htacces don't have an error :(
I have try with you're site, but he say : File not found. grr :(
I have Try this :
Options +FollowSymlinks
RewriteEngine on
rewriterule ^clic_dl.php(.*)$ http://ww.site.com/clic.php$1 [r=301,nc]
RewriteCond %{QUERY_STRING} (?:^|&)id=(.+)(?:&|$) [NC]...