After I enabled it, it will return me a 404 page.
After I enabled it, it will return me a 404 page.
My host's support guy figured it out for me.
He just added a / before whatever subfolder your blog is on
For example, you have a xxx.com/blog
In .htaccess file, put / before "blog" so it's now written this way:
RewriteRule ^logout /blog/wp-login.php?action=logout&_wpnonce=9974bc6115 [L]
RewriteRule ^admin /blog/wp-admin/ [R,L]
RewriteRule ^login /blog/wp-login.php?&redirect_to=http://xxx.com/blog/wp-admin/
Hope it works for you guys too.
Thanks - worked a treat for me, too, on a site where the installation is in the root rather than in a subdirectory.
This topic has been closed to new replies.