Installation Steps????Please make easy

Asked by guzz

Installing the program is not straightforward. How do you install Jisko in a subdirectory which is not root & then redirect by htaccess. In my case I got it installed but when the homepage finally showed up, the image links were broken. Please help, sort it out, can you revise the INSTALL script with a step by step procedure on how to install jisko, like you get from other PHP scripts?

Question information

Language:
English Edit question
Status:
Answered
For:
Jisko Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marcos Garcia (marcosgdf) said :
#1

Hi!

I've installed Jisko in subdirectories and the .htaccess needs to be in the
root of the subdirectory where Jisko is installed.

To fix the problems with the links to the images you need to type correctly
the location of the installation in $globals['bas'] in config.php

Regards, Marcos

On 24 January 2010 02:14, guzz <email address hidden> wrote:

> New question #98468 on Jisko:
> https://answers.launchpad.net/jisko/+question/98468
>
> Installing the program is not straightforward. How do you install Jisko in
> a subdirectory which is not root & then redirect by htaccess. In my case I
> got it installed but when the homepage finally showed up, the image links
> were broken. Please help, sort it out, can you revise the INSTALL script
> with a step by step procedure on how to install jisko, like you get from
> other PHP scripts?
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
Marcos Garcia (marcosgdf) said :
#2

Sorry, I meant $globals['base']

On 24 January 2010 02:24, Marcos García <email address hidden> wrote:

> Hi!
>
> I've installed Jisko in subdirectories and the .htaccess needs to be in the
> root of the subdirectory where Jisko is installed.
>
> To fix the problems with the links to the images you need to type correctly
> the location of the installation in $globals['bas'] in config.php
>
> Regards, Marcos
>
>
> On 24 January 2010 02:14, guzz <email address hidden>wrote:
>
>> New question #98468 on Jisko:
>> https://answers.launchpad.net/jisko/+question/98468
>>
>> Installing the program is not straightforward. How do you install Jisko
>> in a subdirectory which is not root & then redirect by htaccess. In my case
>> I got it installed but when the homepage finally showed up, the image links
>> were broken. Please help, sort it out, can you revise the INSTALL script
>> with a step by step procedure on how to install jisko, like you get from
>> other PHP scripts?
>>
>> --
>> You received this question notification because you are an answer
>> contact for Jisko.
>>
>
>
>
> --
> marcos garcía // <email address hidden>
>

--
marcos garcía // <email address hidden>

Revision history for this message
guzz (guzogang) said :
#3

This is a bit from the INSTALL script

// Where is Jisko located?. Without http:// and www.
$globals['base'] = 'localhost';

So, if for instance, my domain name is "provider.com" on a shared host & I have installed Jisko in a subdirectory called "jisko" for example, Will

$global['base'] = 'provider.com/jisko/' be correct?

& Where will my htacess file be? in the root of "provider.com" or in the subdirectory 'jisko' ?

Revision history for this message
guzz (guzogang) said :
#4

I meant the config.php not INSTALL script

&

Would just

$global['base'] = '/jisko/' be correct as well?

Revision history for this message
Marcos Garcia (marcosgdf) said :
#5

Hello!

No.

It should be $global['base'] = 'provider.com/jisko/'

The .htaccess file has to be in the directory were Jisko it's located

Regards, Marcos.

On 24 January 2010 03:32, guzz <email address hidden> wrote:

> Question #98468 on Jisko changed:
> https://answers.launchpad.net/jisko/+question/98468
>
> guzz gave more information on the question:
> I meant the config.php not INSTALL script
>
> &
>
> Would just
>
> $global['base'] = '/jisko/' be correct as well?
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
marcos garcía // <email address hidden>

Can you help with this problem?

Provide an answer of your own, or ask guzz for more information if necessary.

To post a message you must log in.