Openclassify V2
  • 👋Welcome to Openclassify
  • overview
    • 💡Introduction
    • ✨Features
    • 🚩Requirements
  • Product Guides
    • 🏁Installation
      • Via Docker
      • Via Composer
    • 🛠️Configuration
      • Host Configuration
      • Directory Permissions
    • 🎮CLI Commands
      • Asset Management
      • View Management
      • Cache Management
      • HTTP Cache
    • 💻Application Commands
  • Addons
    • 🔌Modules
      • Notifications
      • Advs
      • Categories
    • ➕Extensions
    • 🏫Themes
Powered by GitBook
On this page
  1. Product Guides
  2. Configuration

Host Configuration

When you set up your web host be sure to point the web root to public directory. Just as you would a normal Laravel installation.

Alternate Directories for cPanel or Virtualmin

In some environments like cPanel or Virtualmin, it may be difficult to use the public directory as the web root. In these cases we suggest symlinking the public directory to public_html:

ln -s public public_html

You may also simply rename the public directory to public_html. Path hints will automatically use the correct path.

PreviousConfigurationNextDirectory Permissions

Last updated 2 years ago

🛠️