• 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

Laravel 5 session not persisting after user is logged in

Whats the point of running Laravel with the command 'php artisan serve'?

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

PHP - Store information with NO database

Laravel set default language not working

Redirect to previous page with php

Converting IPv6 to IPv4 address in PHP

"properties should not be accessed directly" issue during WooCommerce 3.0 checkout

Add 2 Webcam in one page with WebcamJS

How to fix Call to undefined method AppModelsTableName::factory?

laravel MVC execution flow

Update Total in checkout of Woocommerce with Ajax Request

Return new collection without modifying original collection

Limit WooCommerce products in cart only from one custom taxonomy

How to submit a form when page loads using JavaScript?

About Contact Privacy policy Terms and conditions