Hi. Using Apache 2.0 on Linux (with 'mod_alias' loaded), I want to set an Alias: /events/ --> /usr/www/myproject/newweb/modules/events/web/ This is part of my 'httpd.conf': -------------------------------------------- <VirtualHost 17.213.141.107:80> ServerAdmin info@xxxxxxxxxxxx DocumentRoot /usr/www/myproject/newweb/web ServerName newweb.myproject.com ServerAlias newweb.myproject.net newwebmyproject.foo.com CBandSpeed 2048 35 40 ScriptAlias /cgi-bin /usr/www/cgi-bin/newweb php_flag display_errors 0 php_flag display_startup_errors 1 php_admin_value safe_mode_include_dir /usr/www/myproject/newweb php_admin_value safe_mode_exec_dir /usr/www/cgi-bin/newweb ErrorLog /usr/www-logs/newweb-error_log CustomLog "|/usr/local/sbin/cronolog /usr/www-logs/newweb-access_log_%m-%y" combined #Events module Alias /events/ /usr/www/myproject/newweb/modules/events/web/ <Directory "/usr/www/myproject/newweb/modules/events/web"> Options Indexes FollowSymLinks Order Allow,Deny Allow from all AllowOverride all DirectoryIndex index.php </Directory> </VirtualHost> ------------------------------------------------ But if I access: http://newweb.myproject.com/events/ I get a 404 error. Any similar experience? Thank you very much. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx