FYI: I am able to access the c-panel
Admin page displays the following:
Front end seems to be displaying properly:
this is because your admin dashboard ulr is redirected (maybe by a plugin, server setting, .htaccess...).
You can access wp dashboard login by this url - Basically, just add "/wp-login.php" follow you site URL.
Related
I have upload my wordpress website on live server and front end is loading perfectly fine.
While i login to my admin by http://www.my-site.com/wp-admin it not loading login page and display error like, redirected you too many times.
I can load login page by below URL,
http://www.my-site.com/wp-login.php
and can load login form, but after proving credential it can not redirecting me to dashboard and again display same error like,redirected you too many times.
I have done all available solution like,
1) check site url in wp_option table : its proper
2) delete .htaccess file from root and upload fresh
3) disable plugins and check and enable agian but not working.
Can anyone help me what is wrong in my case and how to enable wp-admin and can access admin?
I registered my new domain "aaa.com"
I made a subfolder "bbb" , installed wordpress in there.
I installed few plugins on "aaa.com/bbb"
Advanced custom fields
statcounter plugin
WP custom widget area
wp cerber
custom sidebars
I set up subdomain as "bbb"
I set wp-home url and wp-site url by "bbb.aaa.com" in options page.
subdomain seemed to work well.
when I go "aaa.com/bbb", wp shows 404 page
url "bbb.aaa.com" works fine. when I clicks some permalink or page link, the urls look like "bbb.aaa.com/postOrPageUrls"
HOWEVER, there was a problem when I typed bbb.aaa.com/wp-admin
WP redirected me to the login page - it was what I expected
But, I couldn't entered admin page even though I typed ID,passwords.
wp doesn't showed login errer message, It just refreshed everytime I press submit button.
I typed url as "aaa.com/bbb/wp-admin/" and I could enter the admin page with that url.
I figured out that thre's difference between two login pages.
"bbb.aaa.com/wp-admin" redirects to "bbb.aaa.com/wp-login.php?redirect_to=http%3A%2F%2Fbbb.aaa.com%2Fbbb%2Fwp-admin%2F&reauth=1"
wait, "bbb.aaa.com/bbb/wp-admin/" ?
"aaa.com/bbb/wp-admin" redirects to "bbb.aaa.com/wp-login.php?redirect_to=http%3A%2F%2Faaa.com%2Fbbb%2Fwp-admin%2F&reauth=1"
so that mean, the login page redirected from "bbb.aaa.com/wp-admin" points wrong address: bbb.aaa.com already points the subfolder bbb, but that login page finds the subfolder bbb again.
It was long story. now I'm trying to fix the problem. login page - redirected by wp-admin - redirecting to wrong url. Can I get some hints?
i am working on a website using local xamp server. how can i access my work because if i hit URL like localhost/WordPress or localhost/WordPress/wp-admin in these both case there is only admin panel not original website.
If you want to access the front end of your website from admin panel you simply go to the top left corner of your admin panel. There you'll find your website name and If you click the name, it will redirect you to your site.
hope this helped :)
I have a WordPress installation in a subdomain (http://base.example.com), but I want users to access the front-end from (http://www.example.com). The subdomain is a subfolder within the root of the site. I have copied index.php and .htaccess to the root of my site and changed the path in index.php to point to my subdomain. The website works fine, both the front-end and back-end, but when I login and go to the front-end, I cannot see the admin bar, and it appears as if I am logged out. When I go to wp-admin, I see the admin bar, and I can preform all administration functions as needed. How do I fix this problem so I can see the admin bar on the front-end?
EDIT 2:
You should be able to resolve your issues using the plugin root Cookie. It hasn't been updated in 2 years, but it will fix the problem that you're having. You need the login/authentication cookie to be accessible across subdomains. Follow these directions:
Install and activate the plugin.
Enable subdomain support in plugin settings.
Logout of the WordPress admin.
Login again and check if it works.
The reason that this issue occurs is because when WordPress sets the cookie that says you're logged in, it sets it for the administration domain. That means, when you visit from the non-administration domain, the cookie isn't allowed to be used for authentication due to browser security. This plugin changes the URL for the cookie to allow for use across subdomains, which allows for you to see the admin bar on the front-end.
I have just installed a wordpress website, and i was working with some security measures but now my wordpress admin is not loading. It gets redirected to page not found.
Steps which i have done
I have installed wordpress in the following url icg.projects.com
Then i have moved the wp files to a sub-folder named "core-files" (as per this url http://www.ampercent.com/move-core-wordpress-files-custom-directory/6211/).
Till now frontend and wp admin works fine
Now i just tried to change the admin url to icgadmin (ie. from icg.projects.com/core-files/wp-admin/ to icg.projects.com/core-files/icgadmin/). The problem is after giving the username and password in wp-login page my url becomes http://icg.projects.com/core-files/icgadmin/. But the content of the page is "Page not Found". But the actually i should get the wordpress admin.
Any help would be really appreciated.
Thanks in advance