diff --git a/.gitignore b/.gitignore
index 30f3246..c656016 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-*.php
-*.html
+/*.php
+/*.html
diff --git a/apvh/index.php b/apvh/index.php
new file mode 100644
index 0000000..9216522
--- /dev/null
+++ b/apvh/index.php
@@ -0,0 +1,71 @@
+\n";
+ $vhost .= " ServerAdmin $email\n";
+ $vhost .= " ServerName $domain\n";
+ $vhost .= " ServerAlias www.$domain\n";
+ $vhost .= " DocumentRoot $path\n\n";
+ $vhost .= "
Copy this into your /etc/apache2/sites-available/ folder.
+ +