Skip to content

Instantly share code, notes, and snippets.

@suthaharan
Created January 30, 2024 15:34
Show Gist options
  • Save suthaharan/d83d3972225e4499b0a6522f1c3dc13a to your computer and use it in GitHub Desktop.
Save suthaharan/d83d3972225e4499b0a6522f1c3dc13a to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/connectweb"
DirectoryIndex index.php index.html
ServerName connectweb
<Directory "C:/xampp/htdocs/connectweb">
AllowOverride All
Require all granted
</Directory>
ErrorLog "C:/xampp/htdocs/connectweb_log"
</VirtualHost>
@suthaharan
Copy link
Author

Sample wordpress virtual host configuration on local webserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment