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
Line 1: Line 1:
==File Contents==
<pre>
<pre>
Options All -Indexes
Options All -Indexes
Line 9: Line 10:
RedirectMatch 301 /weblog/contact-us http://opensourceecology.org/wiki/Contact_us
RedirectMatch 301 /weblog/contact-us http://opensourceecology.org/wiki/Contact_us
</pre>
</pre>
==See Also==
[[../index.php]]

Revision as of 18:22, 12 June 2011

File Contents

Options All -Indexes

# Site-wide redirects
Redirect 301 /wiki http://opensourceecology.org/wiki
Redirect 301 /weblog http://blog.opensourceecology.org
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

See Also

Web server configuration/openfarmtech.org/index.php