/Web/.htaccess_default

https://bitbucket.org/jimjenkins5/blog · #! · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · c60e0c527bc0c89b766b4eb414810961 MD5 · raw file

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