Navigation Menu

Skip to content

Commit

Permalink
update setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhibeckert committed Jun 17, 2016
1 parent 1d9f175 commit a5e5175
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -21,11 +21,6 @@ the website after the initial build.
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [L,QSA]
# homepage is served normally if index.html exists
RewriteCond %{REQUEST_URI} ^/?$
RewriteCond %{DOCUMENT_ROOT}/index.html -f [NC]
RewriteRule ^(.*)$ - [L,QSA]
# redirect all other traffic to the dispatcher
RewriteCond %{REQUEST_URI} !index.php$
RewriteRule ^(/?)(.*)$ $1vendor/index.php [L,QSA]
Expand Down

0 comments on commit a5e5175

Please sign in to comment.