Magento customer login error - magento

After migrating Magento website on new server am getting an error on customer login page. I attached one screenshot have a look

I solved this error by deleting URL Rewrite from the catalog

Related

Magento admin url showing 404

I am new in magento. I have installed new module in magento and in backend it is showing 404 page.
Thanks in advance.
For the solution of this question is very simple like :
You need to Logout and again login once installed new module in admin (Magento).
Then Clean/Flush magneto cache from admin.
Thanks
Just Logout and Login in magento admin so it will not redirect 404.

How to get the admin login page in magento if it is showing 404 Error page not Found?

I am doing a project in Magento.I have uploaded the project onto the server, the front end design of the project is showing correctly but when the admin login page is retrieved, its showing 404 error page not found.I have tried many solutions shown in the links below:
Magento 404 on Admin Page
But still it is not working.Can anyone suggest a solution for this?
I had a similar issue. After moving from one server to another admin showing 404. Problem was in configuration. In System->Configuration->Web->Secure->Use Secure URLs in Admin was set to "Yes", but https wasn't configured.
I'm in table core_config_data found row with path "web/secure/use_in_adminhtml" and set "value" = 0.
The problem is not widespread, but you can check this. Hope this helps

I have disabled products in magento which are showing 404 not found crawling error

I have disabled products in magento which are showing 404 not found crawling error,I want to remove this crawling errors for seo
When you try to visit disabled product in Magento then it shows 404 error. In order to open product details correctly you must mark product as enabled.
just update your latest sitemap and submit it to google. Google take some time to update your sitemap till sitemap not update you can use redirect disabled product url to home page url.

Magento 1.9 customer/account throwing 404 error

I run a webstore using Magento 1.9 , on clicking on account it is throwing /customer/account gets a Magento 404 error.
I have the same issues with the admin panel as well, as I am able to edit the old customer in admin panel but not the new customer registerd after 404 error.
I have also gone through the here but not able to find the correct solution.
Finally I found the answer.
There were records for this customer in the previous store. This prevented me to add the customer in the new updated store. I have deleted all the previous records and it works fine :)

Magento not using appropriate URL - 404 Page not found

I have a magento site running locally using WAMP and it works great. However I need to create a different site so I created a folder for this new site under htdocs.
In that folder I loaded the Magento files.
Created a new database for newsite with all rights in phpmyadmin.
Went to the localhost:8888/newsite and started Magento installation wizard.
In the configuration section of the wizard I entered all the info required: db name, user, password. For URL Base I used the default (http://localhost:8888/newsite). Selected allow charts and Allow apache rewrites. Finished installing magento.
Now magento is running on newsite. I can see the front and back-end of the site.
Here is the problem: When I create a category and/or subcategory, magento does create the menu link but when I click any category, the browser takes me to a 404 not found. Upon analyzing the URL that took me there i see that the URL is : http://localhost:8888/newsite/category.html BUT by adding "index.php" into the URL (http://localhost:8888/newsite/index.php/category.html , the page does work!
So this means magento IS creating the page for the category but the linking is somewhat wrong.
Now, I've been making sure that rewrite is enabled and after all, the other site I mentioned I have is working properly, so I assume rewrite is properly enabled.
So I need help finding:
Why is one site working and the other isn't?
How can I fix this issue?
Thank you!
Sounds like you haven't copied over the .htaccess file (in your Magento root folder). You need this file for the Apache rewrites to work.

Resources