![]() |
forbidden access 403 application/views/upload_form.php - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: forbidden access 403 application/views/upload_form.php (/showthread.php?tid=69265) |
forbidden access 403 application/views/upload_form.php - arnold94 - 10-30-2017 hello, im a student n just started using codeigniter to develop a website using codeigniter 3.1.6 and xampp i got forbidden access error when accessing upload_form.php, can someone help ? here's my apache config Quote:<Directory "C:/xampp/htdocs"> here's my code main.php in application/views Code: <nav class="w3-sidebar w3-red w3-collapse w3-top w3-large w3-padding" style="z-index:3;width:300px;font-weight:bold;" id="mySidebar"><br> upload_form.php in application/views PHP Code: <html> upload.php in application/controllers PHP Code: <?php RE: forbidden access 403 application/views/upload_form.php - dave friend - 10-30-2017 Your cross-post of this question on Stack Overflow has the answer. |