emanon icon indicating copy to clipboard operation
emanon copied to clipboard

.htaccess error

Open D4di69 opened this issue 3 years ago • 1 comments

Hello, i modified the config.pm and tried to run post.cgi but an '500 internal error' showed up. I checked my error log and i found:

[Sat Jul 02 13:06:40.815247 2022]
/fs5d/9kun/public/board/.htaccess: Invalid command 'Deny', perhaps misspelled or defined by a module

I checked the .htaccess file and found 3,4,5 lines containing:

<FilesMatch "\.(txt|pm)$">
Deny from all
</FilesMatch>

How i solve this?? Sorry i don't know much of cgi, htaccess and perl. Thanks in advance.

D4di69 avatar Jul 02 '22 13:07 D4di69

Require all granted

Releasement avatar Jun 07 '24 15:06 Releasement