• 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 4 Redirect::back() not going to previous page (refreshing current page)

Get WooCommerce product variation attribute terms in admin products general box

RabbitMQ PRECONDITION_FAILED - unknown delivery tag

Target class controller does not exist - Laravel 8

Unable to run composer install

"Mixed content blocked" when running an HTTP AJAX operation in an HTTPS page

Clients authentication and user authentication with laravel

Yii Ajax Submit button

laravel MVC execution flow

Detect emoticons in string

Symfony autowiring issues since docker update

Modify microseconds of a PHP DateTime object

HTML and PHP in one file

Star rating with half star support

Unable to guess the mime type as no guessers are available Laravel 5.2

About Contact Privacy policy Terms and conditions