quartz icon indicating copy to clipboard operation
quartz copied to clipboard

Configuring Apache

Open plagasul opened this issue 4 months ago • 37 comments

I need help configuring Apache to work with Quartz.

Steps followed:

  1. Build quartz locally using npx quartz build
  2. Upload public folder contents via ftp to shared hosting subfolder (www.example.com/quartz/)
  3. 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
  1. 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.

plagasul avatar Sep 30 '24 08:09 plagasul