Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #393111

    Hello
    I work with Enfold wordpress where i present my portfolio gallery. When i add new portfolio you can see fuatured image on my website but when you click to go to details you got information about authorization, authentication.

    This is a link to my website, please click on first images on the top of gallery to see the problem, I will appreciate your help…
    thank you

    • This topic was modified 9 years, 1 month ago by Cicha.
    #393342

    Hi Cicha!

    I see what you mean. I would first try contacting your hosting provider about this to see what they say.

    Also try creating a backup of your .htaccess file and then delete it and refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.

    Make sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    #399912

    Hi Elliott
    thank you for your quick response. My provider claims that server settings are wordpress-friendly. I am confused.
    Also I did what you suggested…I created a backup of my .htaccess file and then deleted it and refreshed my permalinks in Dashboard >Settings>Permalinks to see what happens. (I deactivated all plugins while testing). – but there is no change. Is there anything I can do to sort the problem? I will appreciate your direct help as well (I’ll give you all necessary accesses).

    Thank you

    #400378

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.

    Regards,
    Rikard

    #400662
    This reply has been marked as private.
    #401182

    Hi!

    There’s definitely something going wrong with your .htaccess file, all the permalink setting are listing /index.php/ before the settings which it shouldn’t do. Could you try deleting the .htaccess file again?

    If that doesn’t work, please try to manually edit the .htaccess file to this:

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

    Hope this helps.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.