Rating: 1 star
Needs updating.
Parse error: syntax error, unexpected $end in /xxx/xxxx/xxx/xxxx/wp-content/plugins/pretty-login-urls/pretty-urls.php on line 164
Using latest WP version…This plugin not tested with this version of WP.
This is a great way to curb bot access to a WordPress site, I’d love to use it.
Thanks for your contribution to the WordPress world.
Rating: 5 stars
Your .htaccess file should have the 2 lines below the index.php line. You can manually add these & it should work also.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^join/?$ /wp-login.php?action=register [QSA,L]
RewriteRule ^login/?$ /wp-login.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
]]>
Rating: 5 stars
It works as advertised in WP 3.5. Thanks!
]]>Rating: 1 star
make no difference
]]>