• Resolved piko00001

    (@piko00001)


    I am designing my wordpress website and I want nobody should know that I am using wordpress for my site. I designed my custom login page with custom URL and managed my logged in users to get HTTP 404 error if they try to access wp-admin or wp-login but only thing left is that if a guest who is not logged in try to access wp admin by simply typing https://www.mydomain/wp-admin on browser gets wordpress error which reveals everything. So I need a code so those guests also get HTTP 404 error. They should be redirected 404 page only because I set a ban for those users who get more than 5 HTTP error. Anyone please help.

Viewing 5 replies - 16 through 20 (of 20 total)
  • if a guest who is not logged in try to access wp admin by simply typing https://www.mydomain/wp-admin on browser gets wordpress error which reveals everything. So I need a code so those guests also get HTTP 404 error.

    But then how will you log in? You will get the same error.

    typing https://www.mydomain/wp-admin on browser gets wordpress error which reveals everything

    There is no error until the user actually trys to log in. And then it reveals very little.

    I am getting a syntax error with that. sorry

    What is the syntax error?

    Thread Starter piko00001

    (@piko00001)

    Parse error: syntax error, unexpected $end in /home/u279486952/public_html/wp-content/themes/mytheme/functions.php on line 477

    Thread Starter piko00001

    (@piko00001)

    if a guest who is not logged in try to access wp admin by simply typing https://www.mydomain/wp-admin on browser gets wordpress error which reveals everything. So I need a code so those guests also get HTTP 404 error.
    But then how will you log in? You will get the same error.
    typing https://www.mydomain/wp-admin on browser gets wordpress error which reveals everything
    There is no error until the user actually trys to log in. And then it reveals very little.

    I have a custom login page for all users and after login it shows error for all users other than administrator.

    Thread Starter piko00001

    (@piko00001)

    I have done it with Lockdown wp plugin. Thank God

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘redirect guest who are not logged in to HTTP 404 page instead of worpress error’ is closed to new replies.