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
publicdir within the SuiteCRM 8 root folder. Then you should setRewriteBase /legacy -
Otherwise, you should prepend the path until the
publicfolder.- e.g. if your address is something like
https://your-host/crm/public, then you should setRewriteBase /crm/public/legacy
- e.g. if your address is something like
-
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…