Hi, when I use the forgotten password functionality I receive the email saying to click the verification link but it gives me a 404:
Code: Select all
http://test.com/feu/verify/forgotten-password/17/E67259145FC19304FEAF613D6/
"forgotten-password" is the alias of the page with the FEU forgotten password form. I just see a 404 not found page. The server log shows the same with no errors happening along the way.
Things I tried:
- Changing the page alias
- Changing to "internal" url rewriting
- Turning off url rewriting
- Different user
I've run out of ideas and I've spent most of today trying to work out what I have done wrong. For now I'm just going to disable the forgotten password functionality which is a bit annoying as I have to undo a bunch of the design changes. I'm looking for any fresh ideas of things to try out.
I'm using CMS MS 2.1.5 with FEU 2.1.1 on Apache with url_rewrite enabled in the CMS config file as I usually do:
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '/';
The rest of the CMS pages display correctly and I have confirmed that url rewriting is working normaly.