Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Ray Mitchell on October 22, 2002, 06:04:57 PM
-
I have downloaded and installed webshare from Shad Lords site http://lordsfam.net/downloads/production/
Can anyone tell me where the webshare folders and files are located on the sme server ? I have had a look but cannot seem to locate them.
Does anyone know if it is possible (and how) to access these webfolders using Windows Explorer browsing ?
Thanks
Ray Mitchell
-
they are located in /opt/webshare
from the command line but not accessable from windows explorer without some mod's to the samba templates
-
The webshare can only access via https:// ....
-----------------------------------------
I have edit a simple index.html and cp it to /opt/webshare/ but when I access
via http:// I am getting HTTP error 403-Forbidden.
Does anyone know where can I put a redirect page to remind user to use https://
and not http:// for webshare.
-
Thanks Freds
Ray Mitchell
-
Dear Jamson
You could make a folder eg server/primary/html/webshare
and then create a index.htm to serve as a index of your webshare pages with links to the varoius https:// webshare folders that you create in /opt/webshare.
Not quite what you want as the URL would be http:/www.yourdomain.com/webshare
I imagine a mini website in the same folder as above with an index.php that has links to each page would probably do the trick.
Regards
Ray Mitchell