[Mediawiki-l] Link Files from File-Server

Daniel Barrett danb at VistaPrint.com
Fri Apr 27 14:03:12 UTC 2007


Here's what we did in Apache (httpd.conf)

<IfModule alias_module>
...
  Alias /share "//myhost/myshare"
</IfModule>

<Directory "//myhost/myshare">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory> 

Now we can access the share drive via HTTP from http://wikihost/share.
It works in all browsers: no need for file: links.

DanB

-----Original Message-----
From: mediawiki-l-bounces at lists.wikimedia.org
[mailto:mediawiki-l-bounces at lists.wikimedia.org] On Behalf Of Tim
Macholl
Sent: Friday, April 27, 2007 5:18 AM
To: mediawiki-l at lists.wikimedia.org
Subject: [Mediawiki-l] Link Files from File-Server

Hi all...

is it possible to link files from a local File-Server into mediawiki
(1.8.2-12), like a HTML-link?

Cheers,

Tim

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at lists.wikimedia.org
http://lists.wikimedia.org/mailman/listinfo/mediawiki-l


---------------------
Confidentiality note
The information in this email and any attachment may contain confidential and proprietary information of VistaPrint and/or its affiliates and may be privileged or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may cause liability. In case you have received this message due to an error in transmission, please notify the sender immediately and delete this email and any attachment from your system.
---------------------



More information about the MediaWiki-l mailing list