wp-admin and wp-login.php still accessible
-
Hi,
After installing the plugin I can access my dashboard through the custom URL, but also still through wp-admin and wp-login.php.
I did install wordpress in a subfolder, like https://www.mywebsite.com/study/wordpress, might that have something to do with it? It does work, at least the custom url does.
Here’s the generated .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /studie/wordpress/ RewriteRule ^index\.php$ - [L] RewriteRule ^administratie/?$ /study/wordpress/wp-login.php [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /studie/wordpress/index.php [L] </IfModule>
# END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp-admin and wp-login.php still accessible’ is closed to new replies.