Friday 3 August 2012

404 Error Page Wordpress

error 404 wordpress .htaccess 300x148 404 error page wordpress
Create .htaccess file for wordpress blog
404 error page for wordpress is very important for every wordpress blogger. This 404 error page is important when some spell  missed typed and the visitor is redirected to your wordpress blog, I mean visitor remain inside your blog. There are many example of 404 error page but I will share with you the best one. I have personally modified and add this error page to my wordpress blog as .htaccess file.
404 error page is mostly come with the latest wordpress themes but unfortunately it’s not work well. In some free web hosting such as 000web host has a very powerful tools, most of their users is complaining that 404 error page is not working well in 000 web host.
That’s why I have decided to share this tricks and tips with all of you. Lets start the tips, and follow me step by step.
  • Go to “Start” in your computer.
  • Click on “Run” and type “notepad” without commas.
  • Now copy the given code and paste it in notepad.
# 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
  • Click on file and select “Save as” in notepad.
  • Save the file and name as a “.htaccess” without commas.
If you are facing a little problem while applying the above method of making .htaccess file then you can download the .htaccess file by clicking here.
Now you have to upload this file to your blog root directory.
To do this just follow the given step.
  • Connect to your FTP server
  • Go to Public html folder
  • Upload your file here
Hope you will understand easily. Now checkout the error page.
If you have any problem then leave comment here, I will help you.

No comments: