Skip to content

Customizes the localhost dashboard to mimic a file explorer interface for intuitive navigation. Displays folder names, modification dates, types, and sizes, supporting various project structures. Enhance your development experience with a user-friendly, visually appealing dashboard.

Notifications You must be signed in to change notification settings

Xnuvers007/apache-autoindex-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Apache Autoindex Theme Installation Guide

This guide will walk you through the installation process for the Apache Autoindex Theme. The theme enhances your local Apache directory index with a sleek and modern design.


Table of Contents

  1. Installation Options
  2. Installation Process
  3. Before Installation
  4. After Installation
  5. Troubleshooting
  6. Thank You!

Installation Options

Option 1: Using the Install.bat Script

  1. Download the Install.bat File:

  2. Run the Install.bat Script:

    • After downloading, double-click the install.bat file to begin the installation.

Option 2: Using Git (For Git Users)

If you prefer using Git, follow these steps:

  1. Clone the Repository: Open Command Prompt (not PowerShell) and run the following command:

    git clone https://github.com/lukman754/apache-autoindex-theme
  2. Run the Installation Script: Navigate to the cloned folder and run install.bat as mentioned in Option 1.


Option 3: Manual Installation via Command Prompt

Alternatively, you can use a Command Prompt, command to download and run the install.bat file automatically:

  1. Open Command Prompt (NOT PowerShell) and enter the following command:

    powershell -Command "$wc = New-Object net.webclient; $wc.DownloadFile('https://raw.githubusercontent.com/Xnuvers007/apache-autoindex-theme/refs/heads/main/install.bat', 'install.bat'); Start-Process -FilePath 'install.bat' -Wait"

This command will download the install.bat file and execute it, completing the installation automatically.


Installation Process

  1. Download and Run the Installation Script:

    • The installation script will replace the existing index.php file in your C:/xampp/htdocs/ directory with the new version from the theme.
  2. Installation Complete:

    • Once the script finishes, your Apache Autoindex theme will be applied to your local server's directory listing.

Before Installation:

Before Installation

This is what your local directory index will look like before the theme is applied.


After Installation:

After Installation

After the installation, your directory will have a modern, clean look, making your local development environment more professional and visually appealing.


Troubleshooting:

  • Ensure that you are running Command Prompt (not PowerShell) if you are using the PowerShell command.
  • If the install.bat file doesn't run automatically, make sure your Antivirus or Firewall isn't blocking the script.

Enjoy your enhanced Apache Autoindex theme!

special thanks to

  1. God or Allah SWT.
  2. Prophet or Muhammad SAW
  3. Parents
  4. Lukman754
  5. Xnuvers007

About

Customizes the localhost dashboard to mimic a file explorer interface for intuitive navigation. Displays folder names, modification dates, types, and sizes, supporting various project structures. Enhance your development experience with a user-friendly, visually appealing dashboard.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.5%
  • Batchfile 25.5%