Testing htaccess fix and fixed background cover scrolling issue in Chrome on Android

This commit is contained in:
Albert Santoni 2015-06-15 17:54:28 -04:00
parent 7d84e92b1b
commit aa286efee4
2 changed files with 1 additions and 3 deletions

View file

@ -6,12 +6,10 @@ php_value session.auto_start 0
RewriteEngine On RewriteEngine On
RewriteOptions inherit RewriteOptions inherit
RewriteCond %{SERVER_NAME} localhost$
RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ - [NC,L]
RewriteCond %{SERVER_NAME} localhost$
RewriteRule ^.*$ index.php [NC,L] RewriteRule ^.*$ index.php [NC,L]
AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/plain

View file

@ -15,7 +15,7 @@ body {
.bck_cover { .bck_cover {
position: fixed; position: absolute;
top: 0px; top: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;