In lighttpd.conf usually comment 1 line with #
How was wondering how to comment multiple lines without adding # in front of each line.
thanks
|
In lighttpd.conf usually comment 1 line with # How was wondering how to comment multiple lines without adding # in front of each line. thanks
| |||
|
feedback
|
|
since the lighttpd documentation doesnt show something like this in the syntax documentation, i dont think this is possible. however, your editor may have a function to put a # in front of every line you select :) | |||
|
feedback
|
|
This is PHP, correct? If so you would just use:
Good luck. | |||
feedback
|