Thanks whooami.
Since I have to be logged in as admin for the link to work, I made an admin login for testing purposes: username= test pw= test
Currently, permalinks are set to Date and name based: /%year%/%monthnum%/%day%/%postname%/
.htaccess reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /unwelcomeness/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /unwelcomeness/index.php [L]
</IfModule>
# END WordPress