答案 0 :(得分:1)
这种情况发生在你身上,因为你正在使用模板目录:/rflInsertdb.php
尝试使用
<form method="post" action="<?php echo plugin_dir_url( __FILE__ ); ?>/rflInsertdb.php">
如果您的文件在公共场所(插件目录下),那么可能:
<form method="post" action="<?php echo plugin_dir_url( __FILE__ ); ?>/public/rflInsertdb.php">
见这里:https://codex.wordpress.org/Function_Reference/plugin_dir_url