Skip to main content
Topic: Error 404 in login after send to production (Read 2071 times) previous topic - next topic

Error 404 in login after send to production

Hi all.
After send my test to production ambience, the login show this error when I try to ingress:
/xxxxxx/index/login/?csrf_token=05da922f63901876df453b0d9c146532  (error 404).
At first, I gess mod_rewrite is not avliable, make a test and is running all ok.

Someone know this kind off error, I chech .htaccess etc is all right.
Any help will save my day, thanks a lot.

APACHE2 / PHP7.2

Re: Error 404 in login after send to production

Reply #1
I found the error, waz APACHE config, tks.



Re: Error 404 in login after send to production

Reply #2
What did you change in Apache2 int21?

Re: Error 404 in login after send to production

Reply #3
Please help me too!


 

Re: Error 404 in login after send to production

Reply #5
Hi,
In a production system, maintained by a provider, I resolved this adding Options -Multiviews in .htaccess file.
Hope this help.
Mario