Eventic
  • Introduction
  • Business Model
  • Installation
    • Server requirements
    • Domain Name
    • Hosting
    • Database
    • Upload files
    • Setup Wizard
    • Video Tutorials
  • Setting up the platform
    • Default Administrator Account
    • Layout, Parameters and SEO
    • Homepage
    • Menus
    • Payment gateways, currency, and fees
    • Checkout
    • Mail Server
    • Google Recaptcha
    • Google Maps
    • Social Login
    • Events list page
    • Venue page
    • Blog settings
    • Newsletter
  • Events
    • The event process
    • Adding a new event
    • Manage events
    • Categories
    • Countries
    • Languages
    • Audiences
  • Orders
    • The add to cart & order process
    • Manage orders
    • Reports
  • Payouts
    • The payout request process
    • Payout methods
  • Users
    • Registration
    • Authentication
    • Manage users
    • Organizer profile
    • Attendee account
    • Point of sale account
    • Scanner account
  • Venues
    • Manage venues
    • Seating Plans
    • Venue types
    • Amenities
  • Reviews
    • Add a review
    • Manage reviews
  • Blog
    • Manage blog
    • Categories
  • Help center
    • Manage help center
    • Categories
  • Miscellaneous
    • Translation
    • Console
    • Static pages
  • Scanner Mobile Application
  • Documentation
  • Updating
    • Update your Eventic installation
    • Change log
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Domain Name

PreviousServer requirementsNextHosting

Last updated 1 year ago

Was this helpful?

You should already ordered a domain name from the various domain name registrars available.

Your chosen domain name have to point to the /public directory at the root of your project.

If your app does not live at the root of your web server nor in a subdomain (i.e. it lives under a subdirectory, like /myAppSubdirectory), you will need to configure that in the webpack.config.js file at the root of your project. Please contact us (and send us the subdirectory) so we can generate the appropriate configuration files for your project

.setPublicPath('/myAppSubdir/assets/')

Symfony Official Documentation Article about this matter:

Please also note that the menu and footer links can be broken if you host the platform in a subdirectory.

Recommended

  • https://www.yourdomain.com

  • https://yourdomain.com

  • https://eventic.yourdomain.com

Not recommended

  • https://www.yourdomain.com/myAppSubdirectory

https://symfony.com/doc/4.4/frontend/encore/faq.html#my-app-lives-under-a-subdirectory