This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #113128
     mffwebagency
    Participant

    Hi, i have some issue when try to access members area

    Not Found

    The requested URL /members/user/ was not found on this server.

    I get this error. How can i solve this?

    #113164
     Radu
    Moderator

    Hi,

    Try to re-save permalinks from wp-admin -> settings -> permalinks -> save changes if it doesn’t work make sure you have an .htaccess file in your root installation

    in that it should be

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

    If you don’t have the .htaccess file create it and paste the code from above.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?