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

Changed as follows:
etc/hosts
127.0.0.1 codeigniter.localhost

httpd-vhost.conf
<VirtualHost *:80>
ServerName codeigniter.localhost
DocumentRoot "c:/xampp/htdocs/ci-news.localhost/public"
<Directory "c:/xampp/htdocs/ci-news.localhost/public/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

Also now running the Xampp control panel with Admin access. Physical folder is at c:\xampp\htdocs\ci-news and undernath this folder codeigniter framework files.

Now the codeigniter.localhost returning as object not found - 404.

Thanks for keeping the patience.
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