CodeIgniter Forums
Problem: 404 Not Found - Subfolder - 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: Problem: 404 Not Found - Subfolder (/showthread.php?tid=69113)



Problem: 404 Not Found - Subfolder - jocm.aguiar - 10-09-2017

Hi guys.

I came across the following error:

404 Not Found
The requested URL / controller / subcontroller was not found on this server.
Apache / 2.4.25 (Debian) Server at server.my Port 80

Follow the directory tree:

- controller
- subcontroller

Help !


RE: Problem: 404 Not Found - Subfolder - jocm.aguiar - 10-09-2017

Hi guys.

I've been able to resolve the issue.
Just point the path of your server in apache2.conf and give full permission as the example:

<Directory /var/www/yourserver>
AllowOverride All
</Directory>