• 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 execute sql code based on fetch array

PHP cURL (SSL certificate problem: self signed certificate in certificate chain)

Webscraping Symfony/Panther: Can't get HTML

Multiple order by in WooCommerce

Querying only one row from a one to many relationship laravel

How can I get data from PHP to Android TextView?

PHP mail function is sending blank message body

How can I get user id from session in javascript?

Laravel display validation error

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

How to solve cURL error 60: SSL certificate in Laravel 5 while Facebook authentication

Add Class in html Dynamically in PHP

WordPress ACFNotice: get_field() - We've detected one or more calls to retrieve ACF field values before ACF has been initialized

How to run a shell as root from php (apache)

Navigation idle on content download

About Contact Privacy policy Terms and conditions