WordPress website links giving 404 error!

Websites designed with the wordpress are giving 404 error’s after clicking on the links and this is happening due to changes in the rules under the .htaccess file of the domain.  You suppose to replace the existing .htaccess with the wp .htaccess code :

========================

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

========================

It should start working fine once its done!


WordPress website links giving 404 error!, Hostripples Web Hosting
HR-ADMIN