Installer not detect correct path

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • tarasm
    replied
    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/"

    Leave a comment:


  • 2RANK
    started a topic Installer not detect correct path

    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?
Working...