Questions tagged [http-error-404]
Denotes question related to Hypertext Transfer Protocol (HTTP) standard response code "404".
25 questions
1 vote
3 answers
565 views
sales/order/reorder/ redirects to 404 error in customer order history
I am new to Magento and can't able to find out why to reorder link in the order history of the customer account redirects to a 404 error. it is redirect to a URL sales/order/reorder/order_id/ but it ...
0 votes
1 answer
1k views
Magento 2 how to add 410 header for 404 pages
My Magento store experiences a high amount of products that get added and then deleted. I have been asked to implement a 410 status code on these deleted pages but I am unsure how. I have installed a ...
1 vote
3 answers
627 views
How to Run Magento 2.4.2 without create virtualhost?
I install Magento 2.4.2 but I have got 404 page not found, please give any suggestions for run M2.4.2 without a virtual host because I want to work on multiple Magento at a time so the virtual host is ...
0 votes
2 answers
408 views
Magento 2.3.6-p1 upgrade to 2.4.2 - 404 error on both front end and backend
I recently upgraded one Magento installation on my local from 2.3.6-p1 to 2.4.2, and then I started getting 404 error for all pages on front end and backend, below are the technical details of server, ...
1 vote
2 answers
3k views
Nginx throwing 404 - Magento 2 Docker Environment for Windows 10
I've been struggling to find a good working Docker container to start working on Magento 2 under Windows 10. I created my own based on this tutorial:https://tech.osteel.me/posts/docker-for-local-web-...
0 votes
0 answers
514 views
Magento 2.3.1 not allowing javascript code
I am setting up my store on latest Magento 2.3.1 CE edition. Apache version: Apache/2.4.39 PHP version: 7.2.18 MySQL version: 10.1.40-MariaDB. Also I am using Porto theme. There is a strange ...
1 vote
0 answers
78 views
Magento2: Error 404 on homepage after migration and changing theme
I migrated my data to a new magento v2.3.1 installation. Everything is working fine expect the homepage. I have set the cms page but the error still persists. When I view the page from Content > Pages ...
0 votes
0 answers
1k views
Magento 2 .htaccess problem after server migration from siteground to godaddy. internal server error on image,css,js
Magento2 .htaccess problem after server migration from siteground to godaddy. internal server error on image,css,js and my website is http://mastee.in/ I have migrated from siteground hosting to ...
0 votes
0 answers
675 views
Why /V1/carts/mine/totals [GET] and /V1/carts/mine [GET] give 400 and 404 error after placed order in Magento-2.2.7 using Rest API?
I have one issue in Magento-2.2.7 API.After Placed order, This API /V1/carts/mine/totals [GET] and /V1/carts/mine [GET] give errors 400[Bad Request],404[Not Found] error. Please guide me what is ...
0 votes
2 answers
2k views
404 Not Found After changing HTTP to HTTPS
I have recently installed a SSL certificate on my VPS and I've been trying to make it work with the Magento store. HTTP works just fine but it won't work when I'm using HTTPS. I changed the Secure ...
0 votes
1 answer
2k views
Magento 2 Check if url returns 404
I have ann Array of urls $arr = Array( 'http://magento2.com/url-exist', 'http://magento2.com/url-does-not-exist', 'http://magento2.com/url-does-not-exist', 'http://...
0 votes
1 answer
238 views
New extension appears in admin menu but gives error 404 when i click on it
I have a Magento 1.9.2.4 store and I've installed an extension(by uploading everything that was in the archive trough ftp). It is now visible in the top menu bar in the admin section(it doesn't appear ...
0 votes
1 answer
209 views
API requests for customers/ other info always returns with error 404
I have established and confirmed the roles/attributes on the admin side and have been successful in getting the permanent tokens for the site, but have been unable to make any calls to the Magento API ...
1 vote
1 answer
585 views
Random 404 on product page
I am experiencing random 404 on my product pages. I cant reproduce it, it happens and on reload it works. I found Product page 404 error only sometimes, but I dont understand what the solution should ...
0 votes
0 answers
56 views
Magento 1.9 custom module 404 error after IP change
I have created custom module for my application the urls for which were working correctly. Due to some issue with the server the IP had to be changed after which all the extension URLS have stopped ...