pereorga / minimalist-web-notepad

Minimalist Web Notepad
https://notes.orga.cat
1.13k stars 282 forks source link

Add feature: can call XXXXX~raw for have a raw text (for not apache webserver) #56

Closed blackout314 closed 1 year ago

pereorga commented 1 year ago

Thank you for the PR. I fail to see why this is better to what we have. Also, note that this is reverting some unrelated code changes.

blackout314 commented 1 year ago

hello, is for for not apache webserver

pereorga commented 1 year ago

I see the problem, passing ?raw doesn't seem to work, even in Apache.

I think this can be fixed in .htaccess (adding [QSA]) and we may just need to update Nginx instructions.

I don't think we need to change the PHP code.

blackout314 commented 1 year ago

okk

pereorga commented 1 year ago

.htaccess file issue has been fixed in dab338d96663039f22aea511dba1b0e98dcef39b (see e.g. https://notes.orga.cat/whatever?raw)

I tried to update Nginx instructions in 38459b4d713d4a18098ab669166239030851487d, although I haven't tested them.

Thanks!