Welcome Guest, Not a member yet? Register   Sign In
Problem accessing CI4 with XAMPP on Linux Mint
#2

(This post was last modified: 06-13-2020, 04:16 AM by vitnibel.)

Apache config example:

httpd-vhosts.conf
<VirtualHost *:80>
    DocumentRoot "/opt/lampp/htdocs/ci4example/public"
    ServerName ci4.domain.com
</VirtualHost>

app/Config/App.conf
public $baseURL = 'http://ci4.domain.com/';
Reply


Messages In This Thread
RE: Problem accessing CI4 with XAMPP on Linux Mint - by vitnibel - 06-13-2020, 04:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB