Skip to content

Commit

Permalink
Port web from symfony/framework-standard-edition 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Dec 1, 2014
1 parent 02cd4c4 commit 85fb143
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/.htaccess
@@ -1,9 +1,9 @@
DirectoryIndex app.php
<IfModule mod_rewrite.c>
Options -MultiViews

RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule .? - [L]
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>
Binary file removed web/apple-touch-icon-precomposed.png
Binary file not shown.
Binary file added web/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions web/robots.txt
@@ -0,0 +1,4 @@
# www.robotstxt.org/
# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449

User-agent: *

0 comments on commit 85fb143

Please sign in to comment.