🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved Is the public folder required after uvdesk install ?

    Technical Help
    2
    3
    1635
    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.
    • bansalvaish
      bansalvaish UVdesk Staff last edited by

      I have successfully installed UVdesk on my server. However, the "public" folder is still accessible from the outside world. How required is it to keep it once the install is done ? If it is required, what are your recommendations to block access to this folder so that no one can run the setup process again ?

      Thank you.

      admin 1 Reply Last reply Reply Quote 0
      • admin
        admin UVdesk Staff admin @bansalvaish last edited by

        @bansalvaish
        the "public" folder is still accessible from the outside world?

        Yes , the accessbility of public folder is required

        If it is required, what are your recommendations to block access to this folder so that no one can run the setup process again ?

        Once you have completed your installation with UVDesk then you can redirect all the requests from web installer to knowledgebase panel by adding a route in file uvdesk.yaml resides in routes folder under config directory, that's how you could restrict the installer part.

        Redirection route to be added in uvdesk.yaml (with proper indentation):-
        uvdesk_support_center_bundle_use_locale:
        path: /
        controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction
        defaults:
        path: /en/
        permanent: true

        Public folder.png

        1 Reply Last reply Reply Quote 1
        • bansalvaish
          bansalvaish UVdesk Staff last edited by

          It's worked ..
          Thankyou so much

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