WordPress: Error 404 - Not Found

Status
Not open for further replies.

desibreaker

Banned
Banned
494
2009
5
0
hello, well 2 months ago i have changed my premalink on wordpress from default to someother...
But now some of the post which have been bookmarked or while searching...are showing Error 404.

How can i solve this issue?:facepalm:

i have tried to edit the htmlaccess permission to 666 and redo the premalink selection, but no recesults?
 
5 comments
in .htaccess
*create rules for old permalinks as well to redirect to correct post
*or redirect old permalink to new permalink which will eventually redirect to correct posts
 
  • Login to admin panel
  • Goto Settings
  • Find: Permalinks
  • Custom Structure: /%category%/%postname%/ (What I use)
  • Click Save.
  • Then at the bottom displays the code for you.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Copy and Paste too .htaccess and upload it.
 
I was trying to do the same exact thing today and failed! I'll follow your advice Cory and report back here if it works.
 
Status
Not open for further replies.
Back
Top