I want to block / disable direct url entering into address bar. Is it possible in wordpress? Actually I have created custom login, profile and other pages so don't want to allow user to go through wp-admin and I want to block all direct url entering.

link|improve this question

50% accept rate
feedback

1 Answer

Preventing users from entering URLs manually in the address bar is not possible in WordPress, or from any site, for that matter. It can only be done via a browser plugin.

However, redirecting users or displaying a 404 page for a certain URL is easy to do and there are several WordPress plugins for blocking admin access. One example:

http://wordpress.org/extend/plugins/wp-admin-block/

link|improve this answer
Thanks for reply Scribu, but unfortunatly its not the solution what I am looking for but may be you are right. Its not possible to block direct url entering. Anyways Thanks a lot I have redirect all user to my custom login screen... Thanks again – pixelngrain Dec 18 '11 at 6:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.