• 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

PHP - Store information with NO database

Webscraping Symfony/Panther: Can't get HTML

Passing PHP JSON to Javascript: echo json_encode vs echo json declaration

PHP: How to solve ob_start() in combination imagepng() issue?

Laravel passport auth token not working after moving to different server

If you intend you use SMTP, add your SMTP Code after this Line

Input and output values for php into the browser?

Get WooCommerce products from specific category

Limit WooCommerce products in cart only from one custom taxonomy

Wordpress how to get the post thumbnail inside a figure tag

Getting values for an enum?

How to loop sql table data inside a html table

How to get values inside <![CDATA[values]] > using php DOM?

WHERE IN array binding in DB::raw laravel 5.4

Split array into 4-element chunks then implode into strings

About Contact Privacy policy Terms and conditions