ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=1f987d423bddab09be3c935a76a421bfe02d34cd

commit 1f987d423bddab09be3c935a76a421bfe02d34cd
Author: Andy Williams <a...@andywilliams.me>
Date:   Wed Oct 25 18:22:03 2017 +0100

    redirect from old page specific API entry URL
---
 public_html/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/public_html/.htaccess b/public_html/.htaccess
index 95815e51..70943a75 100644
--- a/public_html/.htaccess
+++ b/public_html/.htaccess
@@ -42,6 +42,8 @@ RewriteRule ^distros/archlinux-start  
/docs/distros/archlinux-start   [R,L]
 RewriteRule ^distros/debian-start      /docs/distros/debian-start      [R,L]
 RewriteRule ^distros/fedora-start      /docs/distros/fedora-start      [R,L]
 
+RewriteRule ^docs/efl/auto/reference   /develop/api/                   [R,L]
+
 RewriteRule ^docs/efl/auto/(.*)$       /develop/api/$1                 [R,L]
 
 RewriteRule ^api/javascript/(.*)$      /develop/legacy/api/javascript/$1       
[R,L]

-- 


Reply via email to