WordPress .htaccess basic code!

, WordPress .htaccess basic code!, Hostripples Web Hosting

The following permalink rewrite code should be included in your .htaccess file:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress


WordPress .htaccess basic code!, Hostripples Web Hosting
HR-ADMIN