Upgraded from 7.12.7 to 8.2.0

Hi @cicciobello,

Thank you for your feedback.

regarding you questions above, I hope the following might help:

a) Ideally it should point /path-to-suitecrm/public. There is some more info on the 1.3 Configuring URL re-writes guide

b) It should be something line. (I need to update the documentation there is an error there, thank you for highlighting it)

  • RewriteBase

    • If you have your vhost pointing to public dir within the SuiteCRM 8 root folder. Then you should set RewriteBase /legacy

    • Otherwise, you should prepend the path until the public folder.

      • e.g. if your address is something like https://your-host/crm/public , then you should set RewriteBase /crm/public/legacy

c) not entirely sure what you mean. Though on the browser the app “runs” on the <suitecrm8-folder>/public. So if your vhost is pointing to <suitecrm8-folder>/public, then on the browser you just need to access https://your-vhost-name

Hope this helps.

PS: I may not be able to reply back in a reasonable timeframe… sorry…