You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "SkyeYoung (via GitHub)" <gi...@apache.org> on 2023/05/06 16:29:24 UTC

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1578: Update .htaccess

SkyeYoung opened a new pull request, #1578:
URL: https://github.com/apache/apisix-website/pull/1578

   Fixes: #[Add issue number here]
   
   Changes:
   
   <!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
   
   Screenshots of the change:
   
   <!-- Add screenshots depicting the changes. -->
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SkyeYoung commented on a diff in pull request #1578: Update .htaccess

Posted by "SkyeYoung (via GitHub)" <gi...@apache.org>.
SkyeYoung commented on code in PR #1578:
URL: https://github.com/apache/apisix-website/pull/1578#discussion_r1186719452


##########
.htaccess:
##########
@@ -40,8 +40,8 @@ Redirect 302 "/slack" "https://join.slack.com/t/the-asf/shared_invite/zt-1ugrg37
 Redirect 302 "/community-meeting-signup" "https://docs.google.com/forms/d/1C9bIJ3eh0bQrBdv4rPGxHDUvX4giNQ_IRCmDDOQ2mgE/"
 Redirect 302 "/contributor-workshop-signup" "https://docs.google.com/forms/d/1LUER3R9-aFsUm7MhjVd_CM1xAGnkuWIe62prFH5aqAE/"
 Redirect 302 "/guest-blog-post" "https://forms.gle/unQpSm7FyqkfaSSP8/"
-Redirect 302 "/docs/apisix/getting-started/$" "/docs/apisix/getting-started/README/"
-Redirect 302 "/zh/docs/apisix/getting-started/$" "/zh/docs/apisix/getting-started/README/"
+Redirect 302 /docs/apisix/getting-started/$ "/docs/apisix/getting-started/README/"
+Redirect 302 /zh/docs/apisix/getting-started/$ "/zh/docs/apisix/getting-started/README/"

Review Comment:
   ```suggestion
   RedirectMatch 302 "^/docs/apisix/getting-started/$" "/docs/apisix/getting-started/README/"
   RedirectMatch 302 "^/zh/docs/apisix/getting-started/$" "/zh/docs/apisix/getting-started/README/"
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] juzhiyuan merged pull request #1578: Update .htaccess

Posted by "juzhiyuan (via GitHub)" <gi...@apache.org>.
juzhiyuan merged PR #1578:
URL: https://github.com/apache/apisix-website/pull/1578


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1578: Update .htaccess

Posted by "netlify[bot] (via GitHub)" <gi...@apache.org>.
netlify[bot] commented on PR #1578:
URL: https://github.com/apache/apisix-website/pull/1578#issuecomment-1537176575

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |:-:|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | 57de83c6e7a73bf12408621cee6485fb00f0c865 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/645680647689dc00082c5061 |


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org