[Bf-docboard-svn] bf-manual: [9424] branches/blender-3.2-release/blender_docs/resources/.htaccess: Fix errors in .htcaccess file

Aaron Carlisle noreply at blender.org
Sun Jul 24 20:31:32 CEST 2022


Revision: 9424
          https://developer.blender.org/rBM9424
Author:   Blendify
Date:     2022-07-24 20:31:32 +0200 (Sun, 24 Jul 2022)
Log Message:
-----------
Fix errors in .htcaccess file

Seems was a mistake made in rBM8872

Fixes T99689

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/resources/.htaccess

Modified: branches/blender-3.2-release/blender_docs/resources/.htaccess
===================================================================
--- branches/blender-3.2-release/blender_docs/resources/.htaccess	2022-07-24 18:29:28 UTC (rev 9423)
+++ branches/blender-3.2-release/blender_docs/resources/.htaccess	2022-07-24 18:31:32 UTC (rev 9424)
@@ -1,5 +1,5 @@
 
-ErrorDocument 404 /manual/en/3.1/404.html
-RedirectMatch \"^/manual/en/3.1/addons/import_export/io_(.*)\" \"/manual/en/3.1/addons/import_export/$1\"
+ErrorDocument 404 /manual/{lang}/{version}/404.html
+RedirectMatch \"^/manual/{lang}/{version}/addons/import_export/io_(.*)\" \"/manual/{lang}/{version}/addons/import_export/$1\"
 RedirectMatch \"^/manual/{lang}/{version}/modeling/geometry_nodes/curve/curve_parameter.html\" \"/manual/{lang}/{version}/modeling/geometry_nodes/curve/spline_parameter.html\" 
 RedirectMatch \"^/manual/{lang}/{version}/modeling/geometry_nodes/utilities/compare_floats.html\" \"/manual/{lang}/{version}/modeling/geometry_nodes/utilities/compare.html\" 



More information about the Bf-docboard-svn mailing list