- I believe this is the answer, creating an
.htaccessfile in the base directory of the suitecrm base install for your subdomain.
Create/home4/gsjsupmy/crm.nordcybersecurity.com/.htaccesswith the following contents:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^crm.nordcybersecurity.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.crm.nordcybersecurity.com$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]
Referred from here:
EDIT: Please also do the following:
- Check your subdomain’s
DocumentRootis set correctly to the proper Suite 8 document root (thepublicdirectory, one level below the subdomain base directory).
a. Go to you web control panel, in your case CPanel.
b. In the Domains section, click on Domains.
c. Locate the subdomain you wish to modify, in your casecrm.nordcybersecurity.comthen click on the Manage button.
d. Copy/Paste the document root under New Document Root:/home4/gsjsupmy/crm.nordcybersecurity.com/public
e. Click Update.
The DocumentRoot should immediately reflect the update, and thus, your Suite CRM 8 web app should work.
If this fixes the issue, please click the “Solution” button.