XF 2.2 New User Confirmation email

PaulProe

Member
We are troubleshooting the new user registration process and hit a wall. As an admin, I tried to register as a new user, using an obscure email from my personal account. The registration was received a notice sent to the email.

When I tried to click on the 'confirm your email' button, it took me to a 404 error.

The address was: https://XXXXXXXXXXX.com/index.php?account-confirmation/paultest1.15153/email&c=boswmihWIR8tYz5W

This is the message posted on the page:

Not Found​

The requested URL was not found on this server.​
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.​
Can anyone help me to sort thru what is going on. The email for the site is set to default: php handler and appears to be working as it should.

Thanks

Paul
 
this is a copy of the .htaccess file in the root, if that is needed. I inherited the vB forum and converted it to XF. This may be a remnant, I don't know

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) /xen/ [R=301]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 151.80.39.211
deny from 5.196.87.114
deny from 160.48.234.77
deny from 94.130.18.161
deny from 64.62.252.162
deny from 94.130.237.96
deny from 147.135.225.193
deny from 5.39.5.14
deny from 73.88.22.90
deny from 94.23.61.181
deny from 64.111.117.104
deny from 162.241.217.42
deny from 5.9.98.130
deny from 114.119.160.1
deny from 114.119.160.2/31
deny from 114.119.160.4/30
deny from 114.119.160.8/29
deny from 114.119.160.16/28
deny from 114.119.160.32/27
deny from 114.119.160.64/28
deny from 114.119.160.80/29
deny from 114.119.160.88/31
deny from 114.119.160.90
deny from 114.119.162.1
deny from 114.119.162.2/31
deny from 114.119.162.4/30
deny from 114.119.162.8/29
deny from 114.119.162.16/28
deny from 114.119.162.32/27
deny from 114.119.162.64/30
deny from 114.119.162.68/31
deny from 114.119.162.70
deny from 114.119.166.22
deny from 114.119.165.40
deny from 114.119.165.201
deny from 114.119.161.60/30
deny from 114.119.161.64/27
deny from 114.119.161.96/30
deny from 114.119.161.100
deny from 114.119.161.200
deny from 114.119.161.20/30
deny from 114.119.161.24/29
deny from 114.119.161.32/27
deny from 114.119.161.64/26
deny from 114.119.161.128/26
deny from 114.119.161.192/28
deny from 114.119.161.208/29
deny from 114.119.161.216
deny from 114.119.160.0/24
deny from 114.119.161.0/24
deny from 114.119.162.0/24
deny from 114.119.163.0/24
deny from 114.119.164.0/24
deny from 114.119.165.0/24
deny from 114.119.166.0/24
deny from 114.119.167.0/24
deny from 185.255.96.99
deny from 77.34.187.27
 
Top Bottom