Magento 2 : Admin url 404 not found The Next CEO of Stack Overflow404 not found error for admin pageAfter successful installation, admin URL is returning a 404?admin url show the page is not working in magento 2Apache Server at boatandyachtbuyer.co.uk Port 80Magento2 with Nginx and PHP7: cannot access the adminUnable to open admin panel after successful installation of magento on localhost in ubuntu 14.04What is my magento admin dashboard login urlMagento 2 URL migration problemMagento installation stuck on 53%Magento 2.2.2 does not load store properly and admin url through 404Magento2 Error 404 Admin after installNo css found and admin url not found on this server magento 2Magento2 Installation Error by 0%
Unreliable Magic - Is it worth it?
Novel about a guy who is possessed by the divine essence and the world ends?
Written every which way
How do I transpose the first and deepest levels of an arbitrarily nested array?
Do I need to enable Dev Hub in my PROD Org?
What is the result of assigning to std::vector<T>::begin()?
Would a completely good Muggle be able to use a wand?
MessageLevel in QGIS3
How to avoid supervisors with prejudiced views?
If a black hole is created from light, can this black hole then move at speed of light?
Why didn't Khan get resurrected in the Genesis Explosion?
Why do remote companies require working in the US?
Does it take more energy to get to Venus or to Mars?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Can I equip Skullclamp on a creature I am sacrificing?
Inappropriate reference requests from Journal reviewers
Indicator light circuit
Would a galaxy be visible from outside, but nearby?
Why do we use the plural of movies in this phrase "We went to the movies last night."?
How does the mv command work with external drives?
Real integral using residue theorem - why doesn't this work?
What does "Its cash flow is deeply negative" mean?
Sending manuscript to multiple publishers
WOW air has ceased operation, can I get my tickets refunded?
Magento 2 : Admin url 404 not found
The Next CEO of Stack Overflow404 not found error for admin pageAfter successful installation, admin URL is returning a 404?admin url show the page is not working in magento 2Apache Server at boatandyachtbuyer.co.uk Port 80Magento2 with Nginx and PHP7: cannot access the adminUnable to open admin panel after successful installation of magento on localhost in ubuntu 14.04What is my magento admin dashboard login urlMagento 2 URL migration problemMagento installation stuck on 53%Magento 2.2.2 does not load store properly and admin url through 404Magento2 Error 404 Admin after installNo css found and admin url not found on this server magento 2Magento2 Installation Error by 0%
I know there are many answers for this i tried all and not able to do it on my server hosted with godaddy magento latest version
I tried this
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
404 not found error for admin page
didn't work out
then
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
rm -rf var/cache/*
rm -rf var/generation/*
this dint work out
added httaccess to my root directory
https://github.com/emizentech/magento2/blob/master/.htaccess.sample
though it was not there still dint work out
home page works fine as expected with no erros on it
but admin page says 404 error
domain.com/admin
Not Found
The requested URL /admin was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
If I added domain.com/index.php/admin
Not Found
The requested URL /admin/admin/index/index/key/be1e5947f83b71x354749eds3ba0aa7321a8a8d659aca49cc8a00fb4de1cc57ab956f/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
I enabled developer mode to
main.DEBUG: cache_invalidate: "method":"GET","url":"http://192.169.143.135/index.php/admin/","invalidateInfo":"tags":["interception","CONFIG"],"mode":"matchingTag" []
magento2 php database apache apache2
|
show 7 more comments
I know there are many answers for this i tried all and not able to do it on my server hosted with godaddy magento latest version
I tried this
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
404 not found error for admin page
didn't work out
then
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
rm -rf var/cache/*
rm -rf var/generation/*
this dint work out
added httaccess to my root directory
https://github.com/emizentech/magento2/blob/master/.htaccess.sample
though it was not there still dint work out
home page works fine as expected with no erros on it
but admin page says 404 error
domain.com/admin
Not Found
The requested URL /admin was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
If I added domain.com/index.php/admin
Not Found
The requested URL /admin/admin/index/index/key/be1e5947f83b71x354749eds3ba0aa7321a8a8d659aca49cc8a00fb4de1cc57ab956f/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
I enabled developer mode to
main.DEBUG: cache_invalidate: "method":"GET","url":"http://192.169.143.135/index.php/admin/","invalidateInfo":"tags":["interception","CONFIG"],"mode":"matchingTag" []
magento2 php database apache apache2
have you checked your admin front name inenv.php
– kunj
Jun 3 '18 at 4:00
'backend' => [ 'frontName' => 'admin' ], it is same
– Shaik
Jun 3 '18 at 8:07
do you have multistore?
– kunj
Jun 3 '18 at 8:10
no it is just a single store site newly installed on this server
– Shaik
Jun 3 '18 at 8:13
1
@kunj magento.stackexchange.com/questions/89634/… fineally this solved my problem
– Shaik
Jun 3 '18 at 17:22
|
show 7 more comments
I know there are many answers for this i tried all and not able to do it on my server hosted with godaddy magento latest version
I tried this
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
404 not found error for admin page
didn't work out
then
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
rm -rf var/cache/*
rm -rf var/generation/*
this dint work out
added httaccess to my root directory
https://github.com/emizentech/magento2/blob/master/.htaccess.sample
though it was not there still dint work out
home page works fine as expected with no erros on it
but admin page says 404 error
domain.com/admin
Not Found
The requested URL /admin was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
If I added domain.com/index.php/admin
Not Found
The requested URL /admin/admin/index/index/key/be1e5947f83b71x354749eds3ba0aa7321a8a8d659aca49cc8a00fb4de1cc57ab956f/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
I enabled developer mode to
main.DEBUG: cache_invalidate: "method":"GET","url":"http://192.169.143.135/index.php/admin/","invalidateInfo":"tags":["interception","CONFIG"],"mode":"matchingTag" []
magento2 php database apache apache2
I know there are many answers for this i tried all and not able to do it on my server hosted with godaddy magento latest version
I tried this
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
404 not found error for admin page
didn't work out
then
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
rm -rf var/cache/*
rm -rf var/generation/*
this dint work out
added httaccess to my root directory
https://github.com/emizentech/magento2/blob/master/.htaccess.sample
though it was not there still dint work out
home page works fine as expected with no erros on it
but admin page says 404 error
domain.com/admin
Not Found
The requested URL /admin was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
If I added domain.com/index.php/admin
Not Found
The requested URL /admin/admin/index/index/key/be1e5947f83b71x354749eds3ba0aa7321a8a8d659aca49cc8a00fb4de1cc57ab956f/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.169.143.135 Port 80
I enabled developer mode to
main.DEBUG: cache_invalidate: "method":"GET","url":"http://192.169.143.135/index.php/admin/","invalidateInfo":"tags":["interception","CONFIG"],"mode":"matchingTag" []
magento2 php database apache apache2
magento2 php database apache apache2
edited 53 mins ago
Teja Bhagavan Kollepara
3,01241949
3,01241949
asked Jun 3 '18 at 1:15
ShaikShaik
1215
1215
have you checked your admin front name inenv.php
– kunj
Jun 3 '18 at 4:00
'backend' => [ 'frontName' => 'admin' ], it is same
– Shaik
Jun 3 '18 at 8:07
do you have multistore?
– kunj
Jun 3 '18 at 8:10
no it is just a single store site newly installed on this server
– Shaik
Jun 3 '18 at 8:13
1
@kunj magento.stackexchange.com/questions/89634/… fineally this solved my problem
– Shaik
Jun 3 '18 at 17:22
|
show 7 more comments
have you checked your admin front name inenv.php
– kunj
Jun 3 '18 at 4:00
'backend' => [ 'frontName' => 'admin' ], it is same
– Shaik
Jun 3 '18 at 8:07
do you have multistore?
– kunj
Jun 3 '18 at 8:10
no it is just a single store site newly installed on this server
– Shaik
Jun 3 '18 at 8:13
1
@kunj magento.stackexchange.com/questions/89634/… fineally this solved my problem
– Shaik
Jun 3 '18 at 17:22
have you checked your admin front name in
env.php
– kunj
Jun 3 '18 at 4:00
have you checked your admin front name in
env.php
– kunj
Jun 3 '18 at 4:00
'backend' => [ 'frontName' => 'admin' ], it is same
– Shaik
Jun 3 '18 at 8:07
'backend' => [ 'frontName' => 'admin' ], it is same
– Shaik
Jun 3 '18 at 8:07
do you have multistore?
– kunj
Jun 3 '18 at 8:10
do you have multistore?
– kunj
Jun 3 '18 at 8:10
no it is just a single store site newly installed on this server
– Shaik
Jun 3 '18 at 8:13
no it is just a single store site newly installed on this server
– Shaik
Jun 3 '18 at 8:13
1
1
@kunj magento.stackexchange.com/questions/89634/… fineally this solved my problem
– Shaik
Jun 3 '18 at 17:22
@kunj magento.stackexchange.com/questions/89634/… fineally this solved my problem
– Shaik
Jun 3 '18 at 17:22
|
show 7 more comments
3 Answers
3
active
oldest
votes
Fileally After Rebuilding Server again
installing php 7.1 mysql marine
apache2
got the solution
Source : After successful installation, admin URL is returning a 404?
I was also facing the same problem. My frontend's css is not loading as well as admin panel was giving 404 error page. The solution of both the problem in ubuntu is enable Apache server rewrites:
Go to your terminal and run this command:
sudo gedit /etc/apache2/apache2.conf
And change:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride none
Require all grantedTo
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all grantedchange only
AllowOverride
none
toAll
Go to your terminal and run command:
sudo a2enmod rewrite
sudo service apache2 restart
Then give the permission to your
var
,pub
andapp/etc
. and then go to your admin and frontend it works properly.
add a comment |
Change Admin Path and try again:
It is not recommended to change it directly from app/etc/env.php
, always prefer the CLI:
php bin/magento setup:config:set --backend-frontname="admin_url"
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect
– Shaik
Jun 3 '18 at 8:05
add a comment |
Please try Below steps
- Delete var/cache folder
- Go to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0
- Then enter url in your browser magento_base_url/index.php/your_admin_url
try and let me know if you face any issue.
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f228430%2fmagento-2-admin-url-404-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Fileally After Rebuilding Server again
installing php 7.1 mysql marine
apache2
got the solution
Source : After successful installation, admin URL is returning a 404?
I was also facing the same problem. My frontend's css is not loading as well as admin panel was giving 404 error page. The solution of both the problem in ubuntu is enable Apache server rewrites:
Go to your terminal and run this command:
sudo gedit /etc/apache2/apache2.conf
And change:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride none
Require all grantedTo
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all grantedchange only
AllowOverride
none
toAll
Go to your terminal and run command:
sudo a2enmod rewrite
sudo service apache2 restart
Then give the permission to your
var
,pub
andapp/etc
. and then go to your admin and frontend it works properly.
add a comment |
Fileally After Rebuilding Server again
installing php 7.1 mysql marine
apache2
got the solution
Source : After successful installation, admin URL is returning a 404?
I was also facing the same problem. My frontend's css is not loading as well as admin panel was giving 404 error page. The solution of both the problem in ubuntu is enable Apache server rewrites:
Go to your terminal and run this command:
sudo gedit /etc/apache2/apache2.conf
And change:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride none
Require all grantedTo
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all grantedchange only
AllowOverride
none
toAll
Go to your terminal and run command:
sudo a2enmod rewrite
sudo service apache2 restart
Then give the permission to your
var
,pub
andapp/etc
. and then go to your admin and frontend it works properly.
add a comment |
Fileally After Rebuilding Server again
installing php 7.1 mysql marine
apache2
got the solution
Source : After successful installation, admin URL is returning a 404?
I was also facing the same problem. My frontend's css is not loading as well as admin panel was giving 404 error page. The solution of both the problem in ubuntu is enable Apache server rewrites:
Go to your terminal and run this command:
sudo gedit /etc/apache2/apache2.conf
And change:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride none
Require all grantedTo
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all grantedchange only
AllowOverride
none
toAll
Go to your terminal and run command:
sudo a2enmod rewrite
sudo service apache2 restart
Then give the permission to your
var
,pub
andapp/etc
. and then go to your admin and frontend it works properly.
Fileally After Rebuilding Server again
installing php 7.1 mysql marine
apache2
got the solution
Source : After successful installation, admin URL is returning a 404?
I was also facing the same problem. My frontend's css is not loading as well as admin panel was giving 404 error page. The solution of both the problem in ubuntu is enable Apache server rewrites:
Go to your terminal and run this command:
sudo gedit /etc/apache2/apache2.conf
And change:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride none
Require all grantedTo
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all grantedchange only
AllowOverride
none
toAll
Go to your terminal and run command:
sudo a2enmod rewrite
sudo service apache2 restart
Then give the permission to your
var
,pub
andapp/etc
. and then go to your admin and frontend it works properly.
edited Jun 3 '18 at 18:33
answered Jun 3 '18 at 17:21
ShaikShaik
1215
1215
add a comment |
add a comment |
Change Admin Path and try again:
It is not recommended to change it directly from app/etc/env.php
, always prefer the CLI:
php bin/magento setup:config:set --backend-frontname="admin_url"
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect
– Shaik
Jun 3 '18 at 8:05
add a comment |
Change Admin Path and try again:
It is not recommended to change it directly from app/etc/env.php
, always prefer the CLI:
php bin/magento setup:config:set --backend-frontname="admin_url"
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect
– Shaik
Jun 3 '18 at 8:05
add a comment |
Change Admin Path and try again:
It is not recommended to change it directly from app/etc/env.php
, always prefer the CLI:
php bin/magento setup:config:set --backend-frontname="admin_url"
Change Admin Path and try again:
It is not recommended to change it directly from app/etc/env.php
, always prefer the CLI:
php bin/magento setup:config:set --backend-frontname="admin_url"
answered Jun 3 '18 at 7:36
Nikunj VadariyaNikunj Vadariya
2,8711821
2,8711821
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect
– Shaik
Jun 3 '18 at 8:05
add a comment |
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect
– Shaik
Jun 3 '18 at 8:05
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect– Shaik
Jun 3 '18 at 8:05
php bin/magento setup:config:set --backend-frontname="admin"
tried no effect– Shaik
Jun 3 '18 at 8:05
add a comment |
Please try Below steps
- Delete var/cache folder
- Go to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0
- Then enter url in your browser magento_base_url/index.php/your_admin_url
try and let me know if you face any issue.
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
add a comment |
Please try Below steps
- Delete var/cache folder
- Go to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0
- Then enter url in your browser magento_base_url/index.php/your_admin_url
try and let me know if you face any issue.
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
add a comment |
Please try Below steps
- Delete var/cache folder
- Go to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0
- Then enter url in your browser magento_base_url/index.php/your_admin_url
try and let me know if you face any issue.
Please try Below steps
- Delete var/cache folder
- Go to database SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites' and make it 0
- Then enter url in your browser magento_base_url/index.php/your_admin_url
try and let me know if you face any issue.
edited Jun 3 '18 at 18:41
Rohan Hapani
6,76731865
6,76731865
answered Jun 3 '18 at 7:59
user68116
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
add a comment |
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
i did check the updated image no effects
– Shaik
Jun 3 '18 at 8:14
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
Can you check url rewrites enable or disable. if enable than you can disable after cache flush and check.
– user68116
Jun 3 '18 at 11:39
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f228430%2fmagento-2-admin-url-404-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
have you checked your admin front name in
env.php
– kunj
Jun 3 '18 at 4:00
'backend' => [ 'frontName' => 'admin' ], it is same
– Shaik
Jun 3 '18 at 8:07
do you have multistore?
– kunj
Jun 3 '18 at 8:10
no it is just a single store site newly installed on this server
– Shaik
Jun 3 '18 at 8:13
1
@kunj magento.stackexchange.com/questions/89634/… fineally this solved my problem
– Shaik
Jun 3 '18 at 17:22