Ya. That is what I was thinking too!
That Moodle system was installed prior to WordPress… and it arguably has its on subdomain moodle.bluewind.ca too….
Does Modwrite htaccess file allow for changes? I know I see this one in my HTaccess file now:
RewriteEngine on
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^ce$ “http\:\/\/www\.bluewind\.ca\/moodle” [R=301,L]