quartz
quartz copied to clipboard
Configuring Apache
I need help configuring Apache to work with Quartz.
Steps followed:
- Build quartz locally using
npx quartz build
- Upload public folder contents via ftp to shared hosting subfolder (www.example.com/quartz/)
- No .htaccess file for starters
What happens:
- When accessing www.example.com/quartz/ via a browser I get a directory listing instead of index.html loading by default.
- When clicking on index.html it loads apparently without errors.
- When using the side menu to access any other page it redirects me to www.example.com
- Create a .htaccess file with the contents suggested in this issue.
What happens:
- Exactly the same
It would be great if the docs could provide some help for configuring apache as they do for configuring nginx, etc.
Thank you.