• 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

Lexik JWT authentication problem "Invalid credentials"

Which is faster php date functions or carbon?

renameColumn migration fails for existing column with columns does not exist error

how to insert data into select2 search input after scan using qrcode

Is there a way to use Foundry Model for Authentification inside Functional Tests?

No definition found for function in vendor vscode

Dynamic table in HTML using MySQL and php

dompdf and img tag, image wont show

php 7 php.ini upload_max_filesize not working

Custom API and cunsuming in php?

How do I refresh a DIV content?

Maatwebsite Excel 3.1 : how do I skip duplicate data when imported?

CodeIgniter force_download is not working

Unable to run composer install

Implode columnar values between two arrays into a flat array of concatenated strings

About Contact Privacy policy Terms and conditions