• Resolved eberswine

    (@eberswine)


    I have a front end profile page where users can update their profile and also named a page /dashboard/ where they can view some actions when logged in. However, when I activate this plugin of yours, I can’t go to the dashboard or profile page. It redirects me to the wp-admin page ?

    Again, if I deactivate the plugin, then it works fine. Any idea what is happening ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @eberswine

    Do you have rename login page enabled with slug dashboard from WP Security > Brute force > Rename login page tab?

    If yes that might be the issue.

    Regards

    Thread Starter eberswine

    (@eberswine)

    No, it isn’t ticked… hmmm…

    I’m using Theme my login for the Profile field for editing on the front end.

    • This reply was modified 1 year, 9 months ago by eberswine.
    Thread Starter eberswine

    (@eberswine)

    I found that the only thing in the htaccess page that changes is this piece of code that is possibly the culprit:

    # BEGIN All In One WP Security
    #AIOWPS_BLOCK_SPAMBOTS_START
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} ^(.*)?wp-comments-post\.php(.*)$
    RewriteCond %{HTTP_REFERER} !^http(s)?://mywebsite\.com [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule .* https://127.0.0.1 [L]
    </IfModule>
    #AIOWPS_BLOCK_SPAMBOTS_END
    • This reply was modified 1 year, 9 months ago by eberswine.
    Thread Starter eberswine

    (@eberswine)

    No, forget that post above. It’s not the culprit.. something else is.. still investigating this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Profile page and dashboard page redirects to wp-admin’ is closed to new replies.