aaP_4dedisusanto how to enable autoload htaccess in webserver openlitespeed if I pass through the openlitespeed control panel according to the tutorial below and I restart the webserver error https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/ or https://openlitespeed.org/kb/access-control/ my question how to configuration enable autoload htaccess in aapanel
aaPanel_Kern aaP_4dedisusanto Add the configuration to the site's configuration, then restart openlitespeed rewrite { enable 1 autoLoadHtaccess 1 } You can refer to this post: https://www.aapanel.com/forum/d/1374-i-am-not-able-to-modify-openlitespeed-web-admin-panel-configuration/25
aaP_4dedisusanto i tried to add config .htaccess my webiste wordpress <Files xmlrpc.php> Order allow,deny Deny from all </Files> but file xmlrpc.php still accessible, how to hide files in configuration htaccesss in webserver openlitespeed
aaPanel_Kern aaP_4dedisusanto Hi, try to use this to disable access to xmlrpc.php, then restart openlitespeed RewriteRule xmlrpc.php - [F,L]
aaP_4dedisusanto i use yang benar ya begini <IfModule mod_rewrite.c> RewriteRule xmlrpc.php|wp-trackback.php - [F,L] </IfModule>