Bagisto Forum

    Bagisto

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

    reset phpdebugbar to hide the botton debug-menu from the production

    General Discussion
    1
    2
    468
    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.
    • W
      William Hatanaka last edited by William Hatanaka

      Re: Bagisto running very slow on AWS

      Hello @rahul ,
      I have the same problem. I've tried all the your suggestions in this support. But I can do the configuration of the Apache2, because I am using the Webkul image of it.
      How can I do this configuration of Apache2 using Docker version of Bagistro installation ?
      Thank you


      Your suggestion:

      You have provide correct configuration to your web server, if you are using apche server then you can do following.

      Open Your apache2.conf file (Probably in etc->apche2 folder).

      Check in this file. you will find some think like -

      <Directory /var/www/html>
              Options Indexes FollowSymLinks
              AllowOverride None
              Require all granted
      </Directory>
      

      Note - Directory path is not compulsory & content inside this can be differ, we only need to change AllowOverride None to All

      change it to

      <Directory /var/www/html>
              Options Indexes FollowSymLinks
              AllowOverride All
              Require all granted
      </Directory>
      
      
      1 Reply Last reply Reply Quote 0
      • W
        William Hatanaka last edited by

        @rahul !
        I've solved my problem.
        I am not need to add in APP_URL bagisto/public, I need to only set false at app_debug.
        Thank you!

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