Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Apr 22, 2024
1 parent ed36142 commit 82ca3ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RedirectMatch permanent "/automation.html" "/platform.html"

# Redirect the controller-automation pages to their respective index pages

RedirectMatch permanent "automation-controller/4.5/html/administration/(.*)$" "automation-controller/latest/html/administration/index.html"
RedirectMatch permanent "automation-controller/latest/html/administration/(.*)$" "automation-controller/latest/html/administration/index.html"
RedirectMatch permanent "automation-controller/(4.5|latest)/html/administration/(.*)$" "automation-controller/latest/html/administration/index.html"
RedirectMatch permanent "automation-controller/(4.5|latest)/html/controllerapi/(.*)$" "automation-controller/latest/html/controllerapi/index.html"
RedirectMatch permanent "automation-controller/(4.5|latest)/html/quickstart/(.*)$" "automation-controller/latest/html/quickstart/index.html"
RedirectMatch permanent "automation-controller/(4.5|latest)/html/towerapi/(.*)$" "automation-controller/latest/html/controllerapi/index.html"
Expand Down

0 comments on commit 82ca3ac

Please sign in to comment.