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.
- Installation Options
- Installation Process
- Before Installation
- After Installation
- Troubleshooting
- Thank You!
-
Download the Install.bat File:
- Click the link below to download the installation script: Download install.bat
-
Run the Install.bat Script:
- After downloading, double-click the
install.bat
file to begin the installation.
- After downloading, double-click the
If you prefer using Git, follow these steps:
-
Clone the Repository: Open Command Prompt (not PowerShell) and run the following command:
git clone https://github.com/lukman754/apache-autoindex-theme
-
Run the Installation Script: Navigate to the cloned folder and run
install.bat
as mentioned in Option 1.
Alternatively, you can use a Command Prompt, command to download and run the install.bat
file automatically:
-
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.
-
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.
- The installation script will replace the existing
-
Installation Complete:
- Once the script finishes, your Apache Autoindex theme will be applied to your local server's directory listing.
This is what your local directory index will look like before the theme is applied.
After the installation, your directory will have a modern, clean look, making your local development environment more professional and visually appealing.
- 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!