/Web/.htaccess_default
https://bitbucket.org/jimjenkins5/blog · #! · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · c60e0c527bc0c89b766b4eb414810961 MD5 · raw file
- # 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