• michkelly

    (@michkelly)


    i have changes my permalinks to display the correct page name and now all my pages are missing my logo image??
    every page except my home has this problem?
    https://www.banjotest.com/
    please have a look and can anybody help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • pgrossfield

    (@pgrossfield)

    I am having the same problem. I changed the permalinks to custom /%postname%/ so the name of the blog appears in the url. But now the blogs can’t finds any of my imgaes, including my navi buttons. So, I had to change the permalinks back to the default, which sucks for SEO. I need help…I am not smart enough to figure this out on my own.

    Clayton James

    (@claytonjames)

    I finally figured it out but some of it was a llittle too complex for me. My we guy helped me…feel free to email him at [email protected]

    Hi,

    Add this code in htaccess and have a check:

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

    Thanks,

    Shane G.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Images when i change permalinks’ is closed to new replies.