VendaaPOS

  1. Home
  2. Docs
  3. VendaaPOS
  4. Getting Started
  5. Removing /public from URL

Removing /public from URL

VendaaPOS uses the Laravel framework. So to remove the public from the URL is something related to Laravel.

By default, we have configured VendaaPOS to not use public in URL, but it can use it in some servers according to the server configuration.

To remove, follow one of these steps:

Enable mod_rewrite:

Enable mod_rewrite in your server. If you have no idea of doing this then contact your hosting provider for doing this.

Don’t install in subdirectory:

❌ www.example.com/pos  (not recommended)

✅pos.example.com (Recommended, sub-domain)

✅ example.com (Recommended, main domain)

Others

Follow the steps mentioned in one of these links:

    1. https://stackoverflow.com/questions/23837933/how-can-i-remove-public-index-php-in-the-url-generated-laravel
    2. https://www.google.com/search?q=removing+public+from+laravel+url&oq=removing+public+from+laravel+url&aqs=chrome..69i57j0l5.5213j0j7&sourceid=chrome&ie=UTF-8

📩 Still stuck? Contact Support

Go to Top