Welcome Guest, Not a member yet? Register   Sign In
Build your first application
#4

(This post was last modified: 08-01-2020, 08:26 AM by jreklund.)

This part aren't correct:

Code:
ServerName localhost/
127.0.0.1 localhost/ci-news

Should be (for example)

Code:
ServerName codeigniter.localhost
127.0.0.1 codeigniter.localhost

You can then access it with http://codeigniter.localhost

Personally using this. Depending on what kind of settings you want.

Code:
<VirtualHost *:80>
    ServerName skribbl.localhost
    DocumentRoot "c:/wamp64/www/skribbl.localhost/public"
    <Directory  "c:/wamp64/www/skribbl.localhost/public/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>
Reply


Messages In This Thread
Build your first application - by pdos - 07-31-2020, 12:24 PM
RE: Build your first application - by jreklund - 08-01-2020, 06:01 AM
RE: Build your first application - by pdos - 08-01-2020, 07:52 AM
RE: Build your first application - by jreklund - 08-01-2020, 08:22 AM
RE: Build your first application - by pdos - 08-01-2020, 08:44 AM
RE: Build your first application - by jreklund - 08-01-2020, 09:50 AM
RE: Build your first application - by pdos - 08-01-2020, 10:25 AM
RE: Build your first application - by jreklund - 08-01-2020, 11:03 AM
RE: Build your first application - by pdos - 08-01-2020, 12:16 PM
RE: Build your first application - by InsiteFX - 08-02-2020, 04:07 AM
RE: Build your first application - by pdos - 08-02-2020, 10:47 AM
RE: Build your first application - by jreklund - 08-02-2020, 10:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB