Answers for "multiiple sites config xampp"

1

how to run multiple project in xamp

For laravel framework:
1st project:
php artisan serve
2nd project:
php artisan serve --port=8080
Posted by: Guest on December-07-2020
0

how to create two website xampp

<VirtualHost *>
 DocumentRoot "C:XAMPPhtdocswppro"
 ServerName www.wpwhitesecurity.com
 <Directory "C:XAMPPhtdocswppro">
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
 Allow from all
</Directory>
</VirtualHost>
Posted by: Guest on December-05-2020

Code answers related to "multiiple sites config xampp"

Browse Popular Code Answers by Language