grosso2020
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Plugins
In reply to: [Cost Calculator Builder] The plugin is not activated. Fatal errorThe problem has not been solved. I did as you said, but there is still a fatal error when activating the plugin
thank you very much!
Forum: Plugins
In reply to: [Flagged Content] Buy pro versionAnd the second question. Is the Name and Email field hidden if the user is registered?
Thanks, i`m fine!
Wordpress 4.9.8
go to – wp-includes/canonical.php
And find this code/** * Redirects a variety of shorthand URLs to the admin. * * If a user visits example.com/admin, they'll be redirected to /wp-admin. * Visiting /login redirects to /wp-login.php, and so on. * * @since 3.4.0 * * @global WP_Rewrite $wp_rewrite */ function wp_redirect_admin_locations() { global $wp_rewrite; if ( ! ( is_404() && $wp_rewrite->using_permalinks() ) ) return; $admins = array( home_url( 'wp-admin', 'relative' ), home_url( 'dashboard', 'relative' ), home_url( 'admin', 'relative' ), site_url( 'dashboard', 'relative' ), site_url( 'admin', 'relative' ), ); if ( in_array( untrailingslashit( $_SERVER['REQUEST_URI'] ), $admins ) ) { wp_redirect( admin_url() ); exit; } $logins = array( home_url( 'wp-login.php', 'relative' ), home_url( 'login', 'relative' ), site_url( 'login', 'relative' ), ); if ( in_array( untrailingslashit( $_SERVER['REQUEST_URI'] ), $logins ) ) { wp_redirect( wp_login_url() ); exit; } }
So, that I’m fine!
This standart code wordpress ??
P.S. and also works by default redirection /admin to /wp-admin- This reply was modified 6 years, 2 months ago by grosso2020.
- This reply was modified 6 years, 2 months ago by grosso2020.
Thanks for answer!
I activated plugin and mask url https://minusator.ru/auth
Please follow this link – https://minusator.ru/login and view resultокей)
test/test
Нет не использую ничего такого
Viewing 9 replies - 1 through 9 (of 9 total)