SAP Knowledge Base Article - Public

2958747 - Redirect RMK Site to the Brand page - Recruiting Marketing

Symptom

Is it possible to redirect the RMK home page to the Brand home page?

Environment

SAP SuccessFactors Recruiting Marketing

Resolution

It is possible to perform this redirect by adding code to a Custom Plugin component from the Home Page according to the following steps:

  1. In Career Site Builder, go to Pages
  2. Select Home Page
  3. Select the Locale
  4. Select the Main Brand
  5. Click on Home
  6. Click on Add Component
  7. Select Custom Plugin
  8. Click on the Custom Plugin component
  9. Add the code
  10. Click on Publish

Below you can find an example of code for this which once inserted on Custom Plugin component, every time that you access RMK website (jobs.company.com> you will be redirected to the Brand home page (jobs.company.com/brand_url_identifier):

<meta http-equiv="refresh" content="0; url=/brand_url_identifier/" />

<style type="text/css">
* {
display: none !important;
}
</style>

Note 1: In case you need any redirect different from the example given, please contact an Implementation Partner.

Note 2:  Please keep in mind that this is just a code example and in case you have issues with the code, please contact an Implementation Partner.

Keywords

brand, redirect, home page, specific brand, main , KBA , LOD-SF-RMK , Recruiting Marketing , Problem

Product

SAP SuccessFactors Recruiting all versions