Skip to content
  • Fabrice Gangler's avatar
    FIX: check that the current URL is correct (2) · 256369d3
    Fabrice Gangler authored
    Software:
    - /softwares/<id> --> redirect to /<lang>/softwares/<id>
    - /softwares/<id>/reviews           --> redirect to /<lang>/...
    - /softwares/<id>/reviews/<idR>     --> redirect to /<lang>/...
    - /softwares/usersSoftware/<id>     --> redirect to /<lang>/...
    - /softwares/servicesProviders/<id> --> redirect to /<lang>/...
    
    User:
    - /users/<id> --> redirect to /<lang>/users/<id>
    - /users/<id>/reviews            ---> redirect to /<lang>/...
    - /users/usedSoftwares/id        ---> redirect to /<lang>/...
    - /users/providerforSoftwares/id ---> redirect to /<lang>/...
    
    Refs:
    256369d3