aboutsummaryrefslogtreecommitdiffstats
path: root/blog/web/.htaccess
blob: 8d2ba9aa27942ab89a0cf30a0f381b39c0bc68ad (plain)
1
2
3
4
5
6
7
8
9
10
11
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress