You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2022/08/01 17:17:22 UTC

[royale-website] branch asf-site updated: .htaccess: try redirect

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 04314ae5 .htaccess: try redirect
04314ae5 is described below

commit 04314ae5e8f331e9bf193722f32e776f02be3670
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Mon Aug 1 10:17:08 2022 -0700

    .htaccess: try redirect
---
 .htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.htaccess b/.htaccess
index 9912d3c7..b9608177 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,3 +4,5 @@ RewriteEngine On
 RewriteCond %{HTTPS} !=on 
 RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] 
 
+# redirect old blog post URLs
+Redirect Permanent /using-jewel-alert-control/ /blog/using-jewel-alert-control/
\ No newline at end of file