• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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