Add Blender Cloud specific redirects
Originially hardcoded in Pillar, these redirects are rarely changed or added.
This commit is contained in:
@@ -35,4 +35,15 @@
|
|||||||
RewriteCond "%{HTTP_HOST}" "^cloudapi\.blender\.org" [NC]
|
RewriteCond "%{HTTP_HOST}" "^cloudapi\.blender\.org" [NC]
|
||||||
RewriteRule (.*) /api$1 [PT]
|
RewriteRule (.*) /api$1 [PT]
|
||||||
|
|
||||||
|
# Redirect for blender-cloud main project
|
||||||
|
RewriteRule "^/p/blender-cloud/?$" "/blog" [R=302]
|
||||||
|
|
||||||
|
# Redirects for short links
|
||||||
|
Redirect /agent327 /p/agent-327
|
||||||
|
Redirect /caminandes /p/caminandes-3
|
||||||
|
Redirect /cf2 /p/creature-factory-2
|
||||||
|
Redirect /characters /p/characters
|
||||||
|
Redirect /gallery /p/gallery
|
||||||
|
Redirect /hdri /p/hdri
|
||||||
|
Redirect /textures /p/textures
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
Reference in New Issue
Block a user