https://www.geeksforgeeks.org/how-to-design-a-simple-calendar-using-javascript/

chevron_left chevron_right
  • Sun
  • Mon
  • Tue
  • Wed
  • Thu
  • Fri
  • Sat
    update breadcrumbs to be dynamic, pull in title as last node
    Search options: separate word search diacritics

    Rewrite URL

    https://www.nginx.com/blog/creating-nginx-rewrite-rules/

    etc / nginx / sites-available / https.conf

    example:

    server {
        location /notes/note {
            rewrite ^/notes/note/(.*)$ /notes/index.php?action=note&id=$1 last;
        }
    }