wordpress permalink 404 error not found

If you have change your permalink default (example :  http://www.ajax-tutorial.net/?p=123) and change like this (example : http://www.ajax-tutorial.net/php-reference/php-case-functions-string/) to get familiar link for search angine like google. but you have found problem "404 error not found."

How to fix permalink in wordpress ?

to fix this problem you must add you .htaccess and if you don't have .htaccess you must add in public folder where your blog location. this code .htaccess must add :

 

  1. # BEGIN WordPress
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule . /index.php [L]
  8. </IfModule>
  9. # END WordPress

Posted by admin   @   8 November 2009
Tags :

0 Comments

No comments yet. Be the first to leave a comment !
Leave a Comment

Name

Email

Website

Previous Post
« PHP Date Function & Example
Next Post
How To Create Button With Photoshop and Css »
Powered by Wordpress   |   Lunated designed by ZenVerse
Top Footer