• 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

phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

Form repeater send wrong data with last element in Laravel

Laravel Gates using model and returns "Using $this when not in object context" Line 28 of AzureUser model

Unable to Edit config.inc.php

PHPExcel How to set conditional formatting to change cell background color based on cells values

Render the content of default_filter.php in Joomla front-end

add_action() function in wordpress not working [duplicate]

How to add a sidebar to Woocommerce Shop Page?

add " ? " in url via htaccess RewriteRule

Utf8 encoding issue with Laravel

PHPSpreadsheet - How Do I Use Auto Migration Tool

CodeIgniter extend CI_URI undefined method

Transfer data between JavaScript and PHP through JSON

how to validate form data in codeigniter 4

Error converting docx to pdf using Unoconv

About Contact Privacy policy Terms and conditions