• 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

WHM Enabling mod_rewrite

How to send upload image through email

dompdf and img tag, image wont show

ldap is missing from system when installing adldap2 in laravel

Display Link Title Instead of URL in XSL

jQuery Ajax Post with data

Check if my GET request has Header: Token

Jquery DataTables: Data not displaying in table via Ajax

How to display MySQL table using php and edit it in a web browser

xdebug 3 not working in ubuntu 20.04 with docker

Adding reCAPTCHA v2 into my PHP file

How to test a php login connected to a mysql db through xampp?

Filter WooCommerce products with post__in and additional meta queries

Adding the custom page with add_menu_page function on Wordpress

Can I write PHP code across multiple lines per statement?

About Contact Privacy policy Terms and conditions