I am facing this issue. When I try to access my test_product/import.php in my view, I will have this problem.
An Error Was Encountered The action you have requested is not allowed.
my import.php is in /view/test_product/import.php. I am opening it via my all.php in /view/test_product/all.php
Below is my code for all.php
<form id="submit_form" action="<?php echo site_url("Test_product/import");?>" method="post">
<p align="right"><button name="import" type="submit" class="btn btn-primary" id="submiting" data-loading-text="Adding ... <span class='fa fa-fw fa-spinner'></span>" form="submit_form">Import </button></p>
It is all under the same directory /view/test_product/. The purposes of this is to access to my other page import.php .