Apache not resolving /Users/[myname]/Sites/ . Getting "The requested URL was not found on this server."
I followed this definitive guide to setting up Apache on Sequoia and the main local host site resolves, but it doesn't recognize the Sites directory under my user. Setting up a local web server on macOS 15… - Apple Community
I'm getting a "The requested URL was not found on this server."
I've added the /etc/apache2/users/rossblanchard.conf file and double checked the syntax. Here it is if anyone wants to triple check it.
<Directory "/Users/rossblanchard/Sites/">
AddLanguage en .en
AddHandler perl-script .pl
PerlHandler ModPerl::Registry
Options Indexes MultiViews FollowSymLinks ExecCGI
AllowOverride None
Require host localhost
</Directory>
Has anyone any ideas or are others having this same challenge of using a personal site directory? Thanks in advance.
MacBook Pro 16″, macOS 15.2