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?
- How to export comments in WordPress?
- Where are plugins located
- Admin menu as submenu from another plugin
- Why does WordPress require a ftp server to be running on the webserver to transfer plugins?
- WordPress Admin is displaying Not Available
- Add content to /wp-admin/plugin-install.php admin screens
- add_rewrite_rule, plugin activation and plugin deactivation
- Custom admin column disappearing when using Quick Edit [duplicate]
- How to remove/hide action links cluttering under specific plugins’ names
- What is the best way to output plugin result in certain url
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- flush_rewrite_rules not working on plugin deactivation, invalid URLs not showing 404
- how to not show plugin in admin area
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- Getting “Fatal error: Call to undefined function wp_cache_get() in option.php” after updating a cache plugin [closed]
- How can I rewrite a plugin generated URL?
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- Can’t see login page after migration
- Weird problems after recovery from security breach
- Rewrite url without flushing the database?
- Best way to hook a custom url?
- How does WP handle multiple matching rewrite rules?
- Why slash is removed after domain?
- Rotating background images with admin options
- Show an image in my header.php
- Plugin appends ugly URL string to index
- How to hide some section in WordPress under Post
- Facebook Messager Plugin
- Polylang : Interverting languages after development [closed]
- Rewrite rule not matching
- How to Create a Custom Slug for Tags and Categories with a prefix or suffix?
- URL rewrite of independent plugin?
- Plugin generated taxonomies’ permalinks with custom placeholders
- Cannot access my wp-admin after installing Gzip compression [closed]
- Plugin settings won’t save changes
- How to make multiple admin pages for one plugin?
- $wpdb update query in plugin only updating one column
- Odd /wp-admin/admin-ajax.php entries showing in Wassup
- Creating author Specific page URL
- Display Plugin Panels Outside of Admin Areas
- Is there a plugin for WordPress for creating ‘Accounts’ where all users who belong to that Account can only see Account data? [closed]
- WordPress Site is Broken, Cannot see wp-admin page [closed]
- URL rewrite with external JSON query
- How to remove a CPT Menu from the Root Admin only
- Mowing site to another domain in simplest way
- Cannot access WP admin because plugin returns 204
- Install old version of plugin from admin panel?
- WordPress as heavily personalized content management portal, and somewhat like dropbox [closed]
- How to force load a page in plugin?
- How to embed a new string in url?
- i want to rewrite my custom plugin url
- rewrite file to wordpress
- Can’t save changes or modify settings in Dashboard but Pages and Posts are fine
- TranslatePress | secondary language category/sub-category not working correctly “`/%category%/%postname%/“`
- Trigger jQuery to add events after AJAX-loading table in admin plugin
- how to move a plugin-block in Edit Post page back to bottom area?
- wp_post not working, keeps redirecting to posts page
- WordPress fatal error from php protocol codes
- Can we hide a certain user in WP?
- Having a problem with rewrite_rules and rewrite_tags – url not rewriting properly and query var missing
- How to properly enqueue jQuery knob on WordPress without conflict?
- WordPress rewrite rule depend on meta values not ids
- Add custom WordPress admin page with pretty url via code
- Get full URL of WP plugin admin page
- How To Use htaccess to Rewrite Link Structure for a Page that is Generated Programatcially
- 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?
- catch urls with specific pattern and show specific content for them by plugin
- Not able to upload Plugins/ Theme from Admin backend
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- I am trying to rewrite urls in WordPress, but its not working
- Change default url to plugin custom post type
- Disable plugin on admin page
- Custom pages with plugin
- 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 url with custom post
- Plugin with custom domain
- 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 can I output completely custom content with plugin while still having header, footer, sidebar etc [closed]
- Please Check this ‘.htaccess’ File
- 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
- WordPress website is redirecting on some different shopping page
- 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)?