you sad u have access to phpmyadmin.
Go to it, find wp_options
table
Look for custom_wpadmin_slug
in option_name and in option_value
column will be your’s custom defined wp-admin
slug
If you’ll still wount be able to access then remove next lines in .htaccess
:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^{your_wp_admin_slug}/?$ {your_site.com/}wp-login.php [QSA,L]
</IfModule>
Note that {your_wp_admin_slug}
is equal to one in wp_options
table
Related Posts:
- Disable default posts (Posts,Pages,Comments and Media) in wp-admin
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Custom pages with plugin
- I found this in a plugin. What does it do? is it dangerous?
- Change custom rewrite rule when permalink is updated/changed
- WordPress Plugin PHP Not Calling Function
- Admin menu hilighting wrong item for CPT
- How to give .html extension to just one post not all post
- URL Rewrite 404
- Is admin section completely customizable in terms of styling?
- WordPress drop domain alias
- Store admin page into variable
- catch urls with specific pattern and show specific content for them by plugin
- Not able to upload Plugins/ Theme from Admin backend
- Admin login substantially slower on production server
- wordpress plugin translation not working
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- How can I share my wordpress site with a friend?
- I am trying to rewrite urls in WordPress, but its not working
- Continous audio play in pages
- Set plugin page as homepage
- Get custom term link archive with prefix
- How to regenerate slugs for categories and tag converting non-Latin characters?
- Change default url to plugin custom post type
- Rewrite in plugin
- Disable plugin on admin page
- Custom pages with plugin
- The Commercial tab is missing from the Plugins page when trying to update Types 1.7
- Admin Logged In Notify Globaly
- Creating custom URL for async content
- Ajax return 0 in plugin – ajax only used in wp-admin
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Custom shortcode with dynamic rewrite
- wp-admin will not redirect to wp-login.php
- How to add php stylesheet to admin section instead of admin_head hook
- How To Rewrite WordPress Pages URL Only?
- custom url with custom post
- How to remove post redirects
- Getting 404 page not found error while trying to access add new plugin / themes
- Apache rewrite rules and wordpress problem
- getpost content with all formatting for admin pages
- URL Rewriting from a Plugin based on custom values
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- How can I process all requests for a given directory in a URL with my plugin?
- Which filters or actions involve with index page for plugin?
- How to activate/deactivate menu tab and keep the same id?
- Plugin with custom domain
- Making plugin to use different table prefix cause permission problem
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Gutenberg: Dynamic Block – Show saved data in the editor
- How to get the real address from a url (permalink)
- Get post id in Post Page within Wp-admin
- Remove base from the custom post type URL [duplicate]
- AdBlock blocks my non-advertising sidebar images [closed]
- WP Job Manger change jobs url (NOT slug)
- Combining JS files to one script
- How do I add custom fields to the “Edit page” admin screen?
- Screen Options drop-down does not show
- ERROR: Cookies are blocked due to unexpected output – no access to FTP
- Mixed content warning on doctype in admin
- Child Plugin Admin Panel
- Ajax in wordpress [duplicate]
- How can I output completely custom content with plugin while still having header, footer, sidebar etc [closed]
- Notifications Bar on home page only
- Please Check this ‘.htaccess’ File
- List all posts in a particular page [closed]
- plugin translations not reflected in admin dashboard
- How to display content depending on the Woocommerce Product Category
- Allow direct access to files/folders within WordPress to replace wp-admin
- How to rewrite URL using .htaccess in WordPress Plugin
- WordPress Plugin and other pages not opening
- The Admin page isn’t showing in the sidebar of the dashboard
- warning wp session
- WordPress website is redirecting on some different shopping page
- PHP FATAL ERROR
- Submitting form to admin-post.php WordPress
- /wp-admin/plugins.php takes ages to load, and then 404s
- Stop the user if login from the cookies
- Redirect OLD/Path to NEWURL/Path
- Trying to Find the PHP File/Function that Handles a Specific Form Action URL
- Unable to register rewrite rule using add_rewrite_rule
- Fatal Error in my WP “Call to undefined function get_option()”
- Secure way to add JS Script to WordPress filesystem
- Not applying update field (acf) in my plugin
- How to use Rewrite Tag Parameters in URL-rewritten Page’s Titles (META & H1)?
- search by meta field in the regular WordPress admin panel search
- Force post update with React
- Form submission issue in wordpress admin (custom plugin) using $_GET for searching & filtering
- redirect logged users to custom front-end insetad of wp-admin
- What is the best way to ignore wordpress administration using add_filter($title) also when Ajax request
- How do I output translated text strings on edit screens
- 403 forbidden error in the admin panel as well as on the admin-ajax.php file
- Search result page admin panel – display values from the result’s metaboxes
- The sidebar in wp-admin dashboard disappears when viewed on mobile screens in WordPress
- Plugin for better Backend Search? [closed]
- media_sideload_image only works on localhost and without return id or src
- Show only those pages that are created by the specific logged in user in WordPress
- Prevent WordPress Link Editor from Automatically Adding “http://”
- Shipping Refund via Stripe Creates New Order Instead of Updating Original Order