i need more info but i think you have rewrite
issue.
use this in nginx config:
location /
{
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
Related Posts:
- Best Practice for PHP
- Adding “Remember Me” in custom login
- Using wp_send_json to return HTML
- WordPress Infinite Scroll without using any plugin
- Add post class to the TinyMCE iframe?
- Admin Bar (Toolbar) not showing on custom PHP file that loads WordPress
- How to add query vars with paginated URLs?
- How to remove a metabox from menu editor page?
- How to change “Shipping Calculator “field label on Cart Page – woocommerce? [closed]
- How to Join two tables from separate databases within WordPress
- How to find objects by terms
- Bypass .htaccess when using download_url
- Install will not load: PHP does not have MYSQL installed
- Constructing a custom login form using ajax
- Error when requesting password reset email – wp authentication
- How to do conditional publishing?
- Anyone can register via backend
- How to get to a specific position in wp_query?
- Preferred Method of debugging a wordpress SQL calls?
- WordPress does not load page.php, return 404.php
- Taxonomy linked to pages
- Checking for new message using AJAX and PHP. Server overload?
- WordPress Scheduled Event Request Blocking
- jQuery not defined
- How to use my style.css file outside of wordpress subdomain?
- How to sort posts based on the value (number) of a post’s metadata?
- Automatically create child pages and grandchild pages when saving a (parent) page
- How do I start using an external API and PHP for a WordPress.org page?
- Unread Repeater field IMG alt not working
- How to add an arrow to menu items has submenus
- Is it possible to create a wordpress database with php code?
- I want to load in a new class but only if the current page is single-movies.php
- wp query foreach deleting record returning only first or last item
- Customizer: Category Select Sanitize
- action theme mailchimp subscriber fields
- Skt full width basic slideshow problem
- RTL Stylesheet Confusion with WordPress
- Non-Closing PHP Query in WordPress Loop
- How to determine from a different folder (outside wordpress) if a visitor is logged into WordPress
- Is a series of update_option calls safe, performance wise?
- How to call multiple functions from multiple files into a WordPress page template [closed]
- Need oop for wordpress theme? [duplicate]
- Display Youtube Time Automate from Key
- How to catch wordpress post ID when it’s published
- What is the best way to define constant options for a theme?
- An audio player that showcase a random song from playlist every 24h [closed]
- wp_localize_script() and JavaScript namespaces
- extract serialized array to use for wp-query
- PHP Contact form
- Class property seems to lose scope, attached to save_post action?
- How to use `wp_insert_post()` and `get_permalink()` functions?
- Image Attachments of an Array into Flexslider
- get_template_part function and add images
- Need advice on theme customizer and child themes
- How to make sure relative URL works when site is not on root domain?
- xmlrpc how to check for errors
- Anonymous functions usage
- display sticky post outside loop and exclude from loop
- WordPress – Get Posts with Category data
- Change Language Title Pagination on Subdomain non Multisite
- How to Create custom block for displaying information in content section which act like shortcode
- How to use Page link field with is_page()
- How to hide a child category and show his parent category
- PHP Warning: exif_imagetype
- How to detect and handle the time difference between server and user in WordPress?
- How can I pass php code as a content while publishing a post
- How to change PHP variables with AJAX request in WordPress
- If Statement is Ignored?
- Trying to show the category of a post in the post display
- Trying to get property ‘ID’ and ‘post_author’ of non-object error
- Split post or page content in two or more columns
- How can i limit the number of posts to the most recent 6 in my query?
- Allow specific user to edit a specific page
- PHP error after theme update
- Access certain Entry in HTML-Table and pass the entry-data in WP not working [closed]
- is_user_logged_in() not working in homepage
- Custom Post type Ajax search results
- Creating a custom register form
- Display only upcoming events / Show all events when archive year is selected
- Website is loading with corrupted data once a while [duplicate]
- How to associate dynamic PHP page for chosen WordPress tag?
- Passed variable gets undefined variable error on insert on next page
- Display a post based on its metabox selection
- WordPress Setting page can not be saved by html radio
- Calling the Next category link on an archive page – WordPress
- How to display different widgets on specific pages, hide from other pages
- echo php values in table – strange behaviour, not all values are shown
- Changing posts date
- Merging two excerpt functions to work with conditions
- php-page with db connection
- Javascript code not working – $ is not a function error
- Show post like this image in my newssite [closed]
- How do I remove spammy links in WP theme footer?
- Create custom API endpoint to change custom header image
- how to indicate on post listing title if user already liked this post
- wordpress – page not loading (404) even if it’s there
- How to use multiple custom post types to archive as front page?
- Trying to add taxonomy terms to search results page
- Run a WordPress blog (subdirectory) in a Laravel WebApp – SEO Concerns
- WP Bootstrap NavWaker: Dropdown Menu Opens All Dropdown Menus at Once