Welcome Guest, Not a member yet? Register   Sign In
Install to localhost
#19

(This post was last modified: 01-27-2016, 09:00 PM by InsiteFX.)

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost
# ::1             localhost

I would check your MySQL installation and see what it set the port to be used.

With XAMPP MySQL is usually set to localhost and port 3306

I use VirtualHost

Code:
# BCIT CodeIgniter 3.0,4 Dev Testing
<VirtualHost *:80>
   DocumentRoot "\xampp\htdocs\bcit\public_html"
   ServerName ci.dev
   <Directory "\xampp\htdocs\bcit\public_html">
       Order allow,deny
       Allow from all
       AllowOverride All
       Require all granted
   </Directory>
</VirtualHost>

So in my host file I will have this setting

127.0.0.1  ci.dev
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Install to localhost - by nairb - 01-26-2016, 09:04 AM
RE: Install to localhost - by skunkbad - 01-26-2016, 11:12 AM
RE: Install to localhost - by nairb - 01-26-2016, 11:24 AM
RE: Install to localhost - by josepostiga - 01-26-2016, 10:42 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 01:27 AM
RE: Install to localhost - by Falke - 01-27-2016, 03:05 AM
RE: Install to localhost - by InsiteFX - 01-27-2016, 05:03 AM
RE: Install to localhost - by nairb - 01-27-2016, 08:55 AM
RE: Install to localhost - by RobertSF - 01-27-2016, 12:55 PM
RE: Install to localhost - by josepostiga - 01-27-2016, 09:14 AM
RE: Install to localhost - by nairb - 01-27-2016, 03:43 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 03:52 PM
RE: Install to localhost - by nairb - 01-27-2016, 04:05 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 04:39 PM
RE: Install to localhost - by nairb - 01-27-2016, 05:01 PM
RE: Install to localhost - by InsiteFX - 01-27-2016, 04:18 PM
RE: Install to localhost - by nairb - 01-27-2016, 04:59 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 08:42 PM
RE: Install to localhost - by InsiteFX - 01-27-2016, 08:52 PM
RE: Install to localhost - by nairb - 01-28-2016, 10:27 AM
RE: Install to localhost - by RobertSF - 01-28-2016, 02:15 PM
RE: Install to localhost - by nairb - 01-28-2016, 10:38 AM
RE: Install to localhost - by nairb - 01-28-2016, 11:00 AM
RE: Install to localhost - by nairb - 01-28-2016, 05:12 PM
RE: Install to localhost - by RobertSF - 01-28-2016, 05:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB