Magento Error 404

1

Good morning, I have a problem when I activate friendly URL in Magento .

When for example access:

MINHAURL/customer/account/login/

I get the following error

Not Found
The requested URL /customer/account/login/ was not found on this server.

The .htaccess is in Root, mod_rewrite is active, and still has this problem

Can anyone help?

    
asked by anonymous 01.08.2018 / 14:36

1 answer

0

It is very likely that the problem is the mod_rewrite library.

I've already happened to me, to enable the library in the wrong version of PHP ... since it's common for you to have some PHP versions available for working .. and it ends up enabling mod_rewrite in the wrong version.

To confirm ... create a file with phpinfo (), and make sure the library is enabled.

It is important to restart the server after you have enabled the library.

success there.

    
25.10.2018 / 18:10