Skip to content

Commit

Permalink
changes to htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
kd5ziy committed Aug 17, 2017
1 parent ce8d571 commit 11eb3cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 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

0 comments on commit 11eb3cf

Please sign in to comment.