• 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

Printing more than one array using print_r or any other function in php

auth pages not getting css in laravel

PHPSpreadsheet - How Do I Use Auto Migration Tool

Store / Website Column in Magento 2 Admin Grid - Custom Module

PHPUnit 7: Failed asserting that exception of type InvalidArgumentException is thrown

Add restriction to WooCommerce coupons by allowed user ID

PHP array_filter with arguments

calling server using nusoap with complextype

possible options to create pdf file using html elements to generate invoice in php and codeigniter

PHP Fatal error: Class not found - PHPUnit

Pass an image through AJAX [duplicate]

Json_Encode not returning html even i try to encode JSON_HEX_QUOT | JSON_HEX_TAG

How to submit the custom form data in database in WordPress without plugin using ajax?

Extract house numbers from address string

browsersync doesn't work with XAMPP

About Contact Privacy policy Terms and conditions