diff --git a/Scripts/Python/Webenv/webenv.conf b/Scripts/Python/Webenv/webenv.conf
index d40a5a3..568f7f5 100644
--- a/Scripts/Python/Webenv/webenv.conf
+++ b/Scripts/Python/Webenv/webenv.conf
@@ -40,11 +40,10 @@
 # public_html directory inside the `/etc/httpd/conf/httpd.conf' file
 # and copy this file (i.e., `webenv.conf') to `/etc/httpd/conf.d/'
 # directory in order to make the web application available at the URL:
-# `http://projects.centos.org/~user/webenv/', where `user' is your
-# user name.
+# `http://localhost/webenv/'.
 
-ScriptAliasMatch ^/~centos/webenv/(.*)$ "/home/centos/public_html/cgi-bin/webenv.cgi"
-Alias /public "/home/centos/public_html"
+ScriptAliasMatch ^/webenv/(.*)$ "/home/centos/public_html/Webenv/webenv.cgi"
+AliasMatch ^/public/(.*)$ "/home/centos/public_html/Webenv/Public"
 
 # ------------------------------------------------------------------
 # The `Virtual Domain' Configuration