Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.
/ blog Public archive

Commit d9584d3

Browse files
committed
wordpress bootstrap
0 parents  commit d9584d3

File tree

1,354 files changed

+288708
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,354 files changed

+288708
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wp-config.php

.htaccess

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# BEGIN WordPress
3+
<IfModule mod_rewrite.c>
4+
RewriteEngine On
5+
RewriteBase /
6+
RewriteRule ^index\.php$ - [L]
7+
RewriteCond %{REQUEST_FILENAME} !-f
8+
RewriteCond %{REQUEST_FILENAME} !-d
9+
RewriteRule . /index.php [L]
10+
</IfModule>
11+
12+
# END WordPress

0 commit comments

Comments
 (0)