• jbernardino

    (@jbernardino)


    my site is running on lightsail with CPANEL, i change the permalink to Post Name and now the news-and-promos site is no longer working
    I already check the .htaccess and applied the recommend code

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    but still the https://www.transasiashipping.com/news-and-promos/ results to 404, I used redirection for the meantime. What is a permanent fix

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Website Rob

    (@website-rob)

    Go to Permalink settings and without changing anything, press Save. Sometimes one has to do it twice for changes to kick in.

    Thread Starter jbernardino

    (@jbernardino)

    @website-rob I tried that several times but it did not work, for some reason WP can no longer recognize the folder https://www.transasiashipping.com/news-and-promos/

    Website Rob

    (@website-rob)

    ‘news-and-promos’ is not a folder, it is a URL.

    If https://www.transasiashipping .com/news-and-promos/
    is being redirected
    to https://www.transasiashipping .com/rolling-cargo-service/

    Where is the original link to ‘rolling-cargo-service’ as I don’t see it in your menu?

    Understand that URLs are created based on the Title of a page. If there is no page called “News and Promos” – in the Admin -> Pages area – there will be no link.

    Website Rob

    (@website-rob)

    OK, I see now where the link is for ‘rolling-cargo-service’. Still leaves the question though of a whether there is a page already created for ‘news-and-promos’.

    Thread Starter jbernardino

    (@jbernardino)

    @website-rob thank you for taking time, news-and-promos is a category on POSTS. Befor I changed the permalink to Post Name this url list all Post related to news. but now it’s showing 404

    Website Rob

    (@website-rob)

    I’m not that familiar with structure of Categories and how they work. Suggest you research on your own for faster results on fixing the problem. I’m sure the Search Engines have a link to some site, somewhere, with a tutorial on this or someone who had the same problem and resolved it.

    Thread Starter jbernardino

    (@jbernardino)

    @website-rob thanks, most points to .htaccess which I already followed but nothing works.
    Will wait for other reply, but thanks anyway

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘404 Error on Post after changing permalinks’ is closed to new replies.