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

(This post was last modified: 06-17-2020, 01:21 AM by barkietrin7.)

I’m having problem accessing CI4, when I try localhost/CI4/ it shows me only the files in the directory and then tried to access the “public” directory but it says that access is forbidden...Meanwhile when I use the spark serve command it works okay...Any idea please... Ps. Sorry english is not my native language so is not so good.usps tracking showbox speed test
Reply
#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




Theme © iAndrew 2016 - Forum software by © MyBB