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]