XAMPP keeps showing Dashboard/Welcome Page instead of the Configuration Page
PHP Snippet 1:
127.0.0.1 localhost
PHP Snippet 2:
<VirtualHost 127.0.0.1>
DocumentRoot "c:\your\document\root"
ServerName localhost
<Directory "c:\your\document\root">
Options Indexes FollowSymLinks Includes ExecCGI
Options All
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
PHP Snippet 3:
xammp-> htdocs-> index.php