404 Error on Post after changing permalinks
-
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]
The topic ‘404 Error on Post after changing permalinks’ is closed to new replies.