• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

XAMPP keeps showing Dashboard/Welcome Page instead of the Configuration Page

phpapachexampp


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 

Related Snippets

Do I need to install `fxp/composer-asset-plugin` if I'm not doing front-end development

No result using makeStyles Material UI in react 18

WordPress - Dynamically add user ID to the end of a URL

how to check version of codeigniter framework?

Can't remotely connect to MySQL error (13) with PHP script, connecting through CLI works

Unable to Edit config.inc.php

How do I get friend list from Friends table with counts of friends of my friends

Can't find vendor/autoload.php for Ratchet

xampp Access denied for user 'pma'@'localhost' (using password: NO)

Add record for each array elements if missing in table

PHP array slice from position + attempt to return fixed number of items

PHP, how to convert Int value to Week days

Python - Include another Python script

Laravel query builder binding parameters more than once

Normalize DateInterval in PHP

About Contact Privacy policy Terms and conditions