• Resolved raphaeltuor

    (@raphaeltuor)


    Hi,

    I am facing the same issue as (peshote) so I will cite his post here:

    I have installed the plugin, but the link page generated is not working, the slug send me to a 404 and I can’t see the page with the links, even with another device and browser, the only time I can see the page is with the preview when I edit the page in the plug-in menu.

    In addition, I have tried your suggested fix consisting in going to Settings –> Permalinks and saving that page again, but it did not fix my issue.

    I can notice that my main .htaccess file is being overwritten and reset to default (blank) each time I press “Save” on the Linky “Settings” tab. When I set the content of the .htaccess file back to default, the page loads but the content generated by Linky (/links) does not show up. Here is the code that I put my .htaccess file:

    # 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

    I hope that these additional details will help you determine the cause of my issue!

    Many thanks,
    Rapha?l

    • This topic was modified 4 years, 6 months ago by raphaeltuor.
    • This topic was modified 4 years, 6 months ago by raphaeltuor.
    • This topic was modified 4 years, 6 months ago by raphaeltuor.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error with link Slug’ is closed to new replies.