Last active
January 19, 2025 14:59
Laragon Virtual Host Custom Path In Windows Operating System
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName name.localhost | |
ServerAlias name.localhost | |
DocumentRoot "drive:\theme\path\www" | |
<Directory "drive:\theme\path\www"> | |
Options +Indexes +Includes +FollowSymLinks +MultiViews | |
AllowOverride All | |
Require all granted | |
</Directory> | |
ErrorLog "logs/dummy-host2.example.com-error.log" | |
CustomLog "logs/dummy-host2.example.com-access.log" common | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public