Question
i am able to upload files but when i try to download them it shows an error message as "page not found"??
Environment
--
SuchitraC - 02 Sep 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
It seems like your TWiki has an configuration issue. It is hard to diagnose with just "page not found". Please read the
SupportGuidelines and provide us with some more details.
--
PeterThoeny - 02 Sep 2005
To be honest, we have experienced this same problem
but only with IE. Most of the time it is a machine that originally had the free version of FrontPage installed. When IE attempts to download it makes FrontPage requests that Apache cannot satisfy. The signs of such behavior can be found in the Apache logs that cover your Twiki instance -- you will see FrontPage requests.
But as Peter says, the absence of alot of information makes it tough to give you a hand.
--
SteveRJones - 13 Sep 2005
the problem to be more clear is that i attach a particular file. that file resides in /home/httpd/twiki/pub/Main/foldername/file name. when i try to find if sucha file has been uploaded to this location, it is there.Only when i try to download it from this location i find the following error message:"the requested URL was not found on this server". does ATTACHURL twikivariable get initialized somewhere.Does it need any modification to Perl script on Attach. Clarify if possible.
--
SuchitraC - 29 Sep 2005
%ATTACHURL% is the same as %PUBURL%/%WEB%/%TOPIC%. Run testenv to see if the PUBURL is correctly set. Fix
$pubUrlPath in
lib/TWiki.cfg if needed.
--
PeterThoeny - 29 Sep 2005