Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to deploy Bagisto using FTP

    Installing Bagisto
    2
    4
    405
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AhmtMtlu last edited by

      Hi everyone, first of all thank you for this amazing open source ecommerce solution.

      I want to deploy my bagisto app using ftp because my hosting service doesn't provide bagisto installer in softaculous . I can't install it. Could someone help me?

      https://devdocs.bagisto.com/2.x/deploy/ is still work in process I guess because it is empty

      admin 1 Reply Last reply Reply Quote 0
      • admin
        admin @AhmtMtlu last edited by

        @AhmtMtlu Bagisto installed is provided by softaculous. If softaculous is there, bagisto will also be there.

        Check this guide: https://bagisto.com/en/how-to-install-bagisto-on-shared-hosting/

        1 Reply Last reply Reply Quote 0
        • A
          AhmtMtlu last edited by

          @admin Yes, you are right but I can't install bagisto using softaculous because my shared hosting provider not allow me using installer. I mean there is no installer option for Bagisto that's why I have to set it up using FTP.

          [Edit]
          I found a solution, just zip your bagisto project and upload to your server and extract it then create .httaccess file in public_html and add those lines. Don't forget to create symlink for images!

          .htacess file

          RewriteEngine On
          RewriteCond %{REQUEST_URI} !^/public/
          RewriteRule ^(.*)$ /public/$1 [L,QSA]

          php -- BEGIN cPanel-generated handler, do not edit

          <IfModule mime_module>
          AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
          </IfModule>

          php -- END cPanel-generated handler, do not edit

          admin 1 Reply Last reply Reply Quote 1
          • admin
            admin @AhmtMtlu last edited by

            @AhmtMtlu Great, so is the problem resolved as of now for you?

            1 Reply Last reply Reply Quote 0
            • First post
              Last post