Tags:
create new tag
, view all tags

Question

After a successful installation and a few hours of adding content, all backgrounds, icons, colors, etc. disappeared -- all that's left is text. I guess that the pub directory is somehow not being served, but the permissions are set to rwxr-xr-x and the configure script points to pub correctly. I didn't make any changes to the configuration, or to any of the files, between when it worked and when it stopped working. The configure script does not report any warnings or errors, and the formatting on that script is fine. If I try to browse to something in the pub directory from my browser, I get redirected to a twiki access denied page, even if I take away the .htaccess file in pub.

Check it out: http://bikedenver.org/wiki

I am on a hosted linux server, used the recommended .htaccess files, left the permissions as they were set in the archive, and otherwise had a straightforward installation. thanks for any help!!

Environment

TWiki version: TWikiRelease04x02x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux 2.4.21-23.elsmp
Web server: Apache ??
Perl version: 5.8
Client OS: multiple
Web Browser: multiple
Categories: Hosting, Installation, Missing functionality

-- JustinAARyan - 23 Feb 2008

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

Are you sure that your path settings are correct? You have ScriptUrlPath = /cgi-bin/twiki/bin but PubUrlPath = /wiki/pub. You will have to have set the access rights resp. path settings in your apache configuration file correctly.

-- FranzJosefGigler - 23 Feb 2008

Thanks for the response Franz. The path settings are correct, being in different locations because of my hosting's cgi-bin location. I did figure out the problem, though. I put this statement in my web root's .htaccess:

redirect /wiki http://site.org/cgi-bin/twiki/bin/view/Main/Webhome

what I didn't realize was that everything beneath /wiki, including pub, would also be redirected. I changed the first part to /wiki/index.html, and everything works fine now.

-- JustinAARyan - 23 Feb 2008

Now you can start to customize the skin to your needs. wink

-- FranzJosefGigler - 24 Feb 2008

 
Change status to:
Topic revision: r6 - 2008-02-24 - FranzJosefGigler
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.