• 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

How to Make Laravel Eloquent "IN" Query?

JSON Render Issue in Date Object Laravel and PHP 7.4

run a query using EXECUTE BLOCK to prepair a column for an unique-Index

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

PHP function Not Working As Expected From functions.php Include File

Dropzone: Submit both form data and dropzone at once

Not able to access model in the controller mautic

Two buttons one form

Sentry on Symfony: how to exclude `NotFoundHttpException`

Display a success custom notice after Placing an Order in WooCommerce

How do I set the maximum php memory limit

Attempt to read property "view" on null when sending password reset email

browsersync doesn't work with XAMPP

Target Laravelista is not instantiable

woocommerce change position of price

About Contact Privacy policy Terms and conditions