I want to optimize a site for viewing with lynx
.
If I view any HTML file from outside of the DocumentRoot
, I am able to edit and save these files inside lynx
with keystroke e
, which invokes vim
.
Accessing files from localhost
with lynx http://localhost
works.
But if I try to change some content with e
, lynx displays the message lynx cannot currently edit remote www file
.
Whether sudo lynx http://localhost
nor sudo bash -c 'lynx http://localhost'
is solving this issue.
Default editor is set in lynx.cfg
with DEFAULT_EDITOR:/usr/bin/vim
.
Any hint to solve this issue is welcome.
EDIT: @uprego: Thank you for your effort. Your answer unfortunately is not related to my issue.