Welcome Guest, Not a member yet? Register   Sign In
The requested URL was not found on this server.
#3

(11-20-2019, 04:44 AM)InsiteFX Wrote: Check your base_url in the config file, it should match your vhost.

here is my base_url:

Code:
$config['base_url'] = '';

and my vhost conf file:

Code:
<VirtualHost *:8080>
    ServerName www.example.com
    ServerAlias examle.com
    DocumentRoot /var/www/example.com/public_html/www
    ErrorLog /var/www/example.com/error.log
    CustomLog /var/www/example.com/requests.log combined
</VirtualHost>
Reply


Messages In This Thread
RE: The requested URL was not found on this server. - by chrisco - 11-20-2019, 08:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB