[wikka-community] Unable to download file

mahefa randimbisoa dotmg
Tue Apr 22 09:56:38 GMT 2008


You should have 2 choices:

1) Correcting your settings without re-enabling .htaccess
Edit your wikka.config.php file and change
'rewrite_mode' => '1'
to
'rewrite_mode' => '0'

2) Trying to re-enable .htaccess
Edit your .htaccess and add a RewriteBase line below the line RewriteEngine On

If your Homepage URL is http://www.example.com/wikka.php?wakka=HomePage
then add a line RewriteBase /

If your Homepage URL is like
http://www.example.com/path/to/installation/wikka.php?wakka=Homepage
then add a line RewriteBase /path/to/installation/

Edit your wikka.config.php file and set to
'rewrite_mode' => '1'
'base_url' => 'http://www.example.com/path/to/installation/'



On Tue, Apr 22, 2008 at 12:42 PM, ?de van der Weij <vdweij at hotmail.com> wrote:
>
>  The page is rather large so only copied the HTML code in which the download link is presented:
>
>  UCB Test Doc
>
>  I noticed the code for the ampersand HTML entity (&) after the download and tried to replace that with a & in the query string, but that wasn't what was causing the problem. Then I noticed the two question marks and replaced the second with an ampersand.... SUCCESS!!!
>
>  This is probably because of the rewrite rule in the .htaccess file that I had to disable in order to get it working in the first place. I'll enable the .htaccess again and start from there....
>
>  Any suggestions are welcome.
>
>  Cheers,
>  Aede
>
>  ----------------------------------------
>  > Date: Tue, 22 Apr 2008 08:35:03 +0300
>  > From: dotmg at wikkawiki.org
>  > To: community at wikkawiki.org
>
> > Subject: Re: [wikka-community] Unable to download file
>  >
>
>
> > On Tue, Apr 22, 2008 at 8:27 AM, ?de van der Weij  wrote:
>  >>
>  >>  Dario, thanks for your response.
>  >>
>  >>  Unfortunately it is running on a private domain. I was hoping someone already encountered this same issue. I'll try to get the wiki to a public area and reproduce the problem.
>  >>
>  >>
>  >
>  > Until that, could you post the source of the HTML page containing the
>  > download link? Since you had to disable the .htaccess file, there may
>  > be something wrong with the value of your settings. Please also give
>  > the values of the settings of base_url and rewrite_mode. (file
>  > wikka.config.php)
>  >
>  > I think your rewrite_mode should be set to 0 (if not), and base_url
>  > should end with wikka.php?wakka=
>  >
>
>
> > _______________________________________________
>  > WikkaWiki Community mailing list
>  > community at wikkawiki.org
>  > http://mail.wikkawiki.org/mailman/listinfo/community_wikkawiki.org
>
>  _________________________________________________________________
>  Express yourself instantly with MSN Messenger! Download today it's FREE!
>  http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>  _______________________________________________
>  WikkaWiki Community mailing list
>  community at wikkawiki.org
>  http://mail.wikkawiki.org/mailman/listinfo/community_wikkawiki.org
>



-- 
Work hard at whatever you do! (Ecc. 9. 10a, CEV)
Mahefa




More information about the community mailing list