Welcome Guest, Not a member yet? Register   Sign In
Problem: 404 Not Found - Subfolder
#1

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 !

Reply
#2

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>

Reply




Theme © iAndrew 2016 - Forum software by © MyBB