Web server configuration/openfarmtech.org/.htaccess: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "<pre> Options All -Indexes # Site-wide redirects Redirect 301 /wiki http://opensourceecology.org/wiki Redirect 301 /weblog http://blog.opensourceecology.org Redirect 301 /forum ...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
This page is deprecated.
Options All -Indexes


# Site-wide redirects
For information our server's web server configuration, please see [[Web server configuration]].
Redirect 301 /wiki http://opensourceecology.org/wiki
 
Redirect 301 /weblog http://blog.opensourceecology.org
For specific information on an individual vhost's configuration, see the server itself ([[OSE Server]]) or the backups of the server.
Redirect 301 /forum http://forum.opensourceecology.org
Redirect 301 /community http://community.opensourceecology.org
RedirectMatch 301 /weblog/contact-us http://opensourceecology.org/wiki/Contact_us
</pre>

Latest revision as of 17:27, 22 December 2017

This page is deprecated.

For information our server's web server configuration, please see Web server configuration.

For specific information on an individual vhost's configuration, see the server itself (OSE Server) or the backups of the server.