• 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.

Plesk Power Pack

D

dats

Guest
As much as I like Plesk and the convenience of the application vault it is beyond me why I have to declare a folder to install this in. Why cannot this choice be optional. What is the use of having many of these features if they cannot be used for the main page of the site?

What is the solution to this?
 
One of many fixes:

<html>
<head>
<title>Moving to Portal System</title>
<META http-equiv="Refresh" CONTENT="0; URL=/<DIRGOESHERE>/">
</head>

<body onLoad="self.location='/<DIRGOESHERE>/'"></body>
</html>


This wull use two methods to force the loading of the next directory (a meta refresh as well as a onLoad).

Another possible fix: add this to a .htaccess

redirect / http://www.sitename.com/dir
 
Thanks for the fixes .. my complaint is that I have to do this. I want to choose where I put these applications.


:)
 
Oh I agree completely. I believe it to be a problem as well. However, it's been mentioned in the past and nothing has been done. Perhaps suggesting this in the suggestions forum (again) will get something done about it.
 
application vault

I have posted to the suggestions section .. maybe !!!

I do remember seeing a post about making a change to a file for the installation but cannot find the post on this.
 
Back
Top