• Resolved ohzen

    (@ohzen)


    Hey,

    Ive been searching for a fix since days but I cant find the answer (maybe it isnt solved yet)

    The problem:
    As mentioned in many threads before I have a problem with internal links on my site when it comes to visit the profilepage of users when I have pretty permalinks activated.

    Ive tried a lot of things like check if there is trouble with others plugins, create new users, change the permalink-structure to page ids and also the 2 workarounds provided from UM already.
    http://docs.ultimatemember.com/article/196-user-profile-page-not-found
    http://docs.ultimatemember.com/article/115-child-pages-404-error-page-not-found

    The only thing that is working right now is when I set permalinks to page-ids – so I can visit the profile. But thats at least from SEO-point very unfortunate and doesnt look good too.

    Any fixes here?

Viewing 1 replies (of 1 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @ohzen,

    What version of the plugin you have installed?
    Can you please check developers console of your browser and see if there is any error there?
    Please also check your .htaccess file and make sure it contains similar code.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘404 Profile Page’ is closed to new replies.