in my mediawiki installation if i try to update or create a page that contain tables with header (!) https://www.mediawiki.org/wiki/Help:Tables#Table_headers i receive this error:
403 Forbidden You do not have permission to access this document.
The Web Server
in the past i have created and modified many page with table header without any problem.
i think that this problem came from a mediawiki update or hosting provider software update.
any solution?
On Saturday, July 2, 2016, scout morciano scoutmorciano@gmail.com wrote:
in my mediawiki installation if i try to update or create a page that contain tables with header (!) https://www.mediawiki.org/wiki/Help:Tables#Table_headers i receive this error:
403 Forbidden You do not have permission to access this document.
The Web Server
in the past i have created and modified many page with table header
without
any problem.
i think that this problem came from a mediawiki update or hosting provider software update.
any solution?
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
In the past similar issues have been caused by apache mod_security/mod_security2 being installed on the host.
-- bawolff
Brian Wolff <bawolff <at> gmail.com> writes:
In the past similar issues have been caused by apache mod_security/mod_security2 being installed on the host.
-- bawolff
thank you! i check with my hosting provider
if provider refuse to modify mod_security rules there's anything that i can do to use table headers?
On Sat, Jul 2, 2016 at 9:45 AM, scout morciano scoutmorciano@gmail.com wrote:
Brian Wolff <bawolff <at> gmail.com> writes:
In the past similar issues have been caused by apache mod_security/mod_security2 being installed on the host.
-- bawolff
thank you! i check with my hosting provider
if provider refuse to modify mod_security rules there's anything that i can do to use table headers?
I should emphasize, that it only sounds similar to mod_security, it could of course be something totally different.
As a work around, you could use html style tables e.g.:
<table> <tr><th>header 1</th><th>header2</th></tr> <tr><td>cell1</td><td>cell 2</td></tr> </table>
-- bawolff
mediawiki-l@lists.wikimedia.org