Question: Installation Assistance

Installation Assistance

*I tried to delete this comment but wasn't given the option and have placed a support ticket. Hello I have been trying to get the Stock Manager software installed on our domain for over two

F

Fairwayservice

Asked
*I tried to delete this comment but wasn't given the option and have placed a support ticket.

Hello I have been trying to get the Stock Manager software installed on our domain for over two weeks.

www.fairwayservicesolutions.com/dashboard

If you go to this domain you can see that we are receiving an error. When asked for assistance before we received a reply that it was an .htacess file error. When we contacted our hosting provider they stated the .htacess is there.

Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    As I remember I had same issue for Simple POS. I did upload the `.htaccess` file for you. You can refer to that questions and check.

    You can create the `.htaccess` file in main directory of SMA where `app`, `system` and `themes` directory are with the following contents

    ```
    DirectoryIndex index.php index.html

    <IfModule mod_rewrite.c>

    RewriteEngine On
    # RewriteBase /basepath/
    RewriteCond $1 !^(index\.php|assets|install|update)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    # For godady Shared Hosting Server uncomment the line below
    # RewriteRule ^(.*)$ index.php?/$1 [L]

    # Please comment this if you have uncommented the above
    RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]

    </IfModule>
    ```

    Thank you
  • Login to Reply