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

(This post was last modified: 11-20-2019, 08:20 PM by dave friend.)

(11-20-2019, 08:27 AM)chrisco Wrote: 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>

Base on the VirtualHost the base_url should be

Code:
$config['base_url'] = 'http://example.com/';

Unless you are using SSL, in which case it should be


Code:
$config['base_url'] = 'https://example.com/';
Reply


Messages In This Thread
RE: The requested URL was not found on this server. - by dave friend - 11-20-2019, 08:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB