PHP Configuration (XAMPP)
In the following tutorial, we'll learn how to configure PHP so we can develop and test real projects on our local server reasonably before putting them into production. The tutorial is for more advanced audience and is included in the PHP basics course since installing XAMPP is taught here. If you've just started with PHP, you probably won't need this until later.
We'll create subdomains for individual projects and secure them. So we'll no
longer use the localhost
domain, each project will have its own.
We'll also configure emails to be sent correctly and learn how to import large
database exports. I'm writing this tutorial for the XAMPP package, but you can
use the information for any LAMP server.
Subdomains
Surely you've already got into a situation when you want to run several
projects (websites) on localhost
and some of them are written to
work from the root folder. Of course, Apache supports virtual hosts, so we can
run a project on any local domain we want, and the project will think it's in
the root folder.
hosts
First, you need to modify the hosts
file (the file without any
extension) located in
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
This tutorial teaches configuring PHP (XAMPP) for developing real projects locally. We'll create subdomains, configure emails and import large MySQL files.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.