Announcement

Collapse
No announcement yet.

Installer not detect correct path

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installer not detect correct path

    Hi guys,

    I try to install EspoCRM on a shared hosting package but can't install it because of an error.
    The files are uploaded correct directory public_html/crm but the installer refers to /usr/local/apache/htdocs/home.

    How can I fix this problem?

  • #2
    Solved. It was a problem with RewriteBase. Some servers don't support [QSA] option in .htaccess. In this case need to replace a line in /api/v1/.htaccess:
    Code:
    # RewriteBase /
    to
    Code:
    R[COLOR=#222222][FONT=arial]ewriteBase /<URL-PATH>/api/v1/[/FONT][/COLOR]
    URL path is "test/espo" of URL "http://example.com/test/espo/"
    Job Offers and Requests

    Comment

    Working...
    X