ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=d61570c40c5a80d4732fccbfd0a7624a5114d6ee
commit d61570c40c5a80d4732fccbfd0a7624a5114d6ee Author: Andy Williams <[email protected]> Date: Thu Nov 30 16:15:24 2017 +0000 redirect old links --- public_html/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public_html/.htaccess b/public_html/.htaccess index 015100aa..2331b026 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -2,6 +2,8 @@ Options FollowSymlinks RewriteEngine On +RewriteRule ^docs$ /docs/ [R,L] + # refactoring of content without the need for redirect files RewriteRule ^docs-efl-debug /contrib/efl-debug [R,L] RewriteRule ^debugging/enlightenment_debugging /contrib/enlightenment_debugging [R,L] @@ -53,6 +55,7 @@ RewriteRule ^samples/elm_min_size_control /develop/legacy/samples/elm_min_size_c RewriteRule ^tutorials/(.*)$ /develop/legacy/tutorials/$1 [R,L] RewriteRule ^program_guide/(.*)$ /develop/legacy/program_guide/$1 [R,L] +RewriteRule ^themes/(.*)$ /docs/themes/$1 [R,L] #end refactoring rules RewriteCond %{HTTP_HOST} =enlightenment.org [NC] --
