New Landing How can we help? Atelier "Page not found" when sharing blog post links on facebook

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #194742
    peuse
    Member
    Post count: 8

    Hi,

    When people are sharing my blog posts (for example, http://emmabrittenden.co.nz/erin-david-west-eyreton-wedding/) to facebook, the preview image and text that appears is “page not found” (although the link still works).

    Any idea why?

    Cheers ๐Ÿ™‚

    #194756
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I checked the Facebook developer tools and it was generating an error saying that the returning code from your site url wasn’t ok.

    After I hit the “Fetch New Scrape Information” button it returned fine.
    https://www.dropbox.com/s/tbjdc7xmdd3cb9f/Screenshot%202015-07-15%2010.26.43.png?dl=0

    do you have any special settings in your htaccess? can you also check your server error logs to find any additional info?
    Thanks

    -Rui

    #194761
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    That is odd as I have shared your page and tested the URL with the ‘Open Graph Object Debugger’ and all looks good.

    Are people sharing from a mobile device or desktop? – I am curious as it maybe your caching plugin.

    Thanks,
    David.

    Attachments:
    You must be logged in to view attached files.
    #194763
    peuse
    Member
    Post count: 8

    Thanks for your very speedy reply!

    I’ve attached a screenshot of the htaccess file. I might need you to tell me how to find the server error logs. ๐Ÿ™‚

    Attachments:
    You must be logged in to view attached files.
    #194767
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    About the error logs you need to check in your hosting account or contact the hosting support, because it can be different from hosting to hosting.

    Maybe some wrong setting in the W3Total Cache is causing it.

    Can you try to change temporarily the htaccess(make a backup of the existing one) replacing it by WordPress Default’s.

    # 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
    

    -Rui

    #194774
    peuse
    Member
    Post count: 8

    Rui – you are some kind of crazy genius! That works! Is that a safe permanent fix for this problem?

    Emma ๐Ÿ™‚

    #194776
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted. This is what is used by default in millions of websites. ๐Ÿ™‚
    Thanks

    -Rui

    #194777
    peuse
    Member
    Post count: 8

    Uh oh… spoke too soon!

    Now all my pages are returning a 404 not found error message.

    Eeek!

    #194781
    David Martin – Support
    Moderator
    Post count: 20834

    To fix the 404, you will need to re-save your permalinks. I have done this for you and your pages are now working. http://emmabrittenden.co.nz/portfolio-creative

    Thanks.

    #194788
    peuse
    Member
    Post count: 8

    Most grateful. Thank you!!!

    #194792
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David
    -Rui

    #194848
    David Martin – Support
    Moderator
    Post count: 20834

    That’s great, team effort! ๐Ÿ™‚

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register