Error on Page

Hi!
On my webserver are different Folders for different webadresses.

When I Install pluck in a subfolder pluck will automaticly add this subfolder to the webadress. But he don’t Need to do that.

What can i Do?

There is a defined constant named SITE_URL being created in the data\inc\variables.all.php code.

One way to do this would be to set the $_SERVER[‘DOCUMENT_ROOT’] variable to match the folder the script is installed in and the URLs generated by the script should (untested) change to be relative to that folder.

Another way would be to change the code defining SITE_URL so that it gets set to the value you want.

Sponsor our Newsletter | Privacy Policy | Terms of Service