🌐
Site Management
Learn how to link, park, and configure sites in BitL.
🔗
Link
Point a single project to .test
🅿️
Park
Auto-serve all subdirectories
🔒
SSL
Locally-trusted HTTPS certs
🔗 Linking Sites
Link a single project directory to a local domain:
cd ~/Projects/my-app
bitl linkYour site is now available at http://my-app.test
Custom Domain
bitl link --domain=mysite🅿️ Parking Directories
Park a directory to automatically serve all subdirectories as sites:
bitl park ~/Projects💡 Tip: Every folder in ~/Projects becomes a site automatically — no linking needed.
🔒 SSL Certificates
Enable HTTPS with a locally-trusted certificate:
bitl secure my-appBitL creates a certificate signed by its local CA and adds it to your system keychain.
Remove SSL
bitl unsecure my-app🎯 Per-Site PHP Isolation
Run a site with a specific PHP version:
bitl isolate my-app php@8.2🗑️ Unlinking Sites
bitl unlink my-app