MarsEdge Posted March 16, 2012 Share Posted March 16, 2012 How do you make a folder viewable from the built-in http server that is in /usb/www instead of /www? I ran out of space on my pineapple mk4's internal flash and I want to add html files to a usb drive I have, but they don't seem to be viewable in Google Chrome. Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted March 17, 2012 Share Posted March 17, 2012 (edited) Add sym links from /www/ to /usb/ whatever. You can find some information on the wiki and here. ln -s /usb/htmlfiles/ /www/htmlfiles | +------ sym link. +------ folder Edited March 17, 2012 by Whistle Master Quote Link to comment Share on other sites More sharing options...
MarsEdge Posted March 17, 2012 Author Share Posted March 17, 2012 Thanks! Worked great. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.