Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
463 views
in Plugins by

Can it be fixed in htaccess

1 Answer

0 votes
by

Do not put comments at the end of a line with a directive. From the documentation (emphasis not mine):

Lines that begin with the hash character "#" are considered comments, and are ignored. Comments may not be included on the same line as a configuration directive.

Basically, put the comment on a line of its own (if you want to keep it) or remove it entirely.

by
I did not understand what to remove
by
Remove the #  and everything right of it in the line with the error.
...