UNPKG
generator-yeosimian
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A wordpress site, custom with vagrant and openshift
generator-yeosimian
/
generators
/
app
/
templates
/
stack
/
openshift-htaccess.conf
11 lines
(10 loc)
•
234 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
# 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