pjfanning opened a new issue, #231: URL: https://github.com/apache/fory-site/issues/231
Based on https://wpscholar.com/blog/redirect-old-domain-to-new-domain-via-htaccess/ I don't know much about Docusarus and how to get it to deploy static content like .htaccess. ``` <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^fury.apache.org$ RewriteRule (.*)$ https://fory.apache.org/$1 [R=301,L] </IfModule> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
