MaximeWPS
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Not workingMaybe WP Super Cache and/or WPS Hide Login weren’t set up well ?
Have you checked if wp-admin and wp-login.php were cached by WP Super Cache ?
Forum: Plugins
In reply to: [WPS Hide Login] Not workingHello,
It’s difficult to point the cause of the issue without any access… Moreover, we have a million of installs and this kind of issue isn’t reported elsewhere.
Which cache plugin are you using @tderouindesign @hendrik57 @luciegbt @varlog74 @mkornegay2 ? Are you sure wp-login.php or wp-admin isn’t mentionned in you .htaccess even when every other plugins are deactivated ? When every plugin are deactivated, you should only find these lines below in the .htaccess. WPS Hide Login includes its data in the database.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]Forum: Plugins
In reply to: [WPS Hide Login] hacker still attempting loginHello,
Thanks for using WPS Hide Login.
Does the hacker find your new url or try to reach wp-admin ?
Are you sure your usernames are clear ? Then, I think the issue is from the other plugin you’re using for that.
Forum: Plugins
In reply to: [WPS Hide Login] Domain path now includes “?”Hello,
Thanks for using WPS Hide Login.
I reach the homepage with this slug and a 404 without the ? string.
Hello,
Thanks for using WPS Hide Login.
I see two ways to fix the issue.
Are you using a plugin cache or a CDN which includes wp-login.php and wp-admin slugs ? These pages mustn’t be cached.
You should delete transients too. If you deactivated every plugins, I don’t understand why there are so many processes reported in your debug.log.
Forum: Plugins
In reply to: [WPS Hide Login] Other person can’t login with adminHello,
Thanks for using WPS Hide Login.
Do your freelance use the correct slug to reach login page ?
Forum: Plugins
In reply to: [WPS Hide Login] WPS HIDE LOGIN Not compatible with WordPressHello,
What is you host company ? Some of them like WP Engine don’t support WPS Hide Login for reasons they didn’t explain…
Otherwise, what is your WordPress version ? Have you try to install the plugin deactivating every other plugins to be sure the issue isn’t caused by another one ?
Forum: Plugins
In reply to: [WPS Hide Login] Redirection URL cant redirect to homepageHello,
Thanks for using WPS Hide Login.
You can’t let the 404 field empty. You must enter a value. Redirecting users to 404 is safer than redirecting them to homepage in case of try to reach admin pages.
Forum: Plugins
In reply to: [WPS Hide Login] 404 page without slugHello,
Thanks for using WPS Hide Login.
You can’t let 404 field empty in the plugin settings.
Moreover, redirecting users to 404 is safer than you solution to hide login and and admin pages. Indeed, redirect to 404 is the usual way when pages don’t exist whereas redirect to homepage is suspect 🙂
Forum: Plugins
In reply to: [WPS Hide Login] I forgot my login page and i cant loginHello,
You’re right @tderouindesign ! You couldn’t explain better 🙂
Forum: Plugins
In reply to: [WPS Hide Login] Cannot Access Woocommerce Orders PageHello,
Thanks for using WPS Hide Login.
I don’t understand your question. WPS Hide Login only replaces wp-login.php and wp-admin slugs.
Forum: Plugins
In reply to: [WPS Hide Login] Hide settings from non adminHello,
Thanks for using WPS Hide Login.
This plugin only replaces wp-login.php and wp-admin slugs.
You can’t hide any other elements with it.
Forum: Plugins
In reply to: [WPS Hide Login] define two login page urlHello,
Thanks for using WPS Hide Login.
Unfortunately, it’s not possible with this plugin at this time.
Forum: Plugins
In reply to: [WPS Hide Login] What will happen once I migrate to live site?Hello,
Thanks for using WPS Hide Login.
The plugin only replaces the slugs wp-login.php and wp-admin by your custom slug, not the entire web address.
Then, the transfer shouldn’t cause any issue.
Forum: Plugins
In reply to: [WPS Hide Login] Not workingHmmm… Maybe your wp-admin and wp-login.php pages are cached ? Are you using a cache plugin or CDN allowing that ? These pages musn’t be cached.