Forum Moderators: phranque
RewriteRule ^wordpress/wp-login(.*)$ wordpress/login [R]
RewriteRule ^wordpress/login$ wordpress/wp-login.php [NC,L] http://localhost/wordpress/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%2Fwordpress%2Fwp-admin%2F&reauth=1%3E http://localhost/wordpress/login I want to take that entire thing and change it to:
http: //example/wordpress/login
I have the following rewrite rules setup in my site to mask the fact that I use wordpress
Wordpress logins usually generate large strings for URLs, for example, mine will generate:
http://localhost/wordpress/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%2Fwordpress%2Fwp-admin%2F&reauth=1%3E
http://localhost/wordpress/login
I was hoping you could fix it.