I have tried many solutions which are given in Stack Overflow and it’s not working anymore. My Magento version is 1.5. Why am I getting this issue after I tried all the solution for admin?
I have tried many solutions which are given in Stack Overflow and it’s not working anymore. My Magento version is 1.5. Why am I getting this issue after I tried all the solution for admin?
3
Answers
make sure that you have used index.php in url before admin route name.This is needed if url rewrites are enabled.
index.php before /admin or any suffix you have
For Ubuntu edit the file /etc/apache2/apache2.conf
To edit this file use
sudo vi /etc/apache2/apache2.conf command
to
After this run command
IF STILL ADMIN SHOW 404 NOT FOUND, Add htaccess file
1) Add .htaccess at root of magento