1

I have tried all the possible ways listed on other answers.

So my issue is that i'm using Ubuntu and i have tried all possible ways to fix 404 but none of them worked for me. Following ways i tried before

  1. Apache rewrite
  2. Store ID and website ids
  3. .Htacess on root folder
  4. Clear Cache
  5. Upgrade
  6. Re Compile

There are no error logged in logs or reports.

What could be else, Advance thanks for any help.

Adeel Ishfaq
  • 650
  • 1
  • 6
  • 17
  • [1] Please follow http://magento.stackexchange.com/questions/89634/after-successful-installation-admin-url-is-returning-a-404 or https://community.magento.com/t5/Installing-Magento-2/Magento-2-Localhost-Admin-url-returning-404-error/td-p/21435 [2] Check for folder permission [3] Check for Admin URL is correct or not [4] Last try to do new installation – Jackson Sep 08 '16 at 02:36
  • I have tried all these methods before no success, may be will go to least new installation, there might be some solution for this issue, which i m interested to figure it out first – Adeel Ishfaq Sep 08 '16 at 06:57

1 Answers1

1

Please try Below solutions

1) delete var/cache and var/session folder

2) go to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0

3) then enter url in your browser magento_base_url/index.php/your_admin_url

try again and let me know if you face any issue

also try to run this command after all this in your terminal

bin/magento setup:static-content:deploy

Murtuza Zabuawala
  • 14,814
  • 9
  • 44
  • 75