WordPress .htaccess


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #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>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.