Testing htaccess fix and fixed background cover scrolling issue in Chrome on Android
This commit is contained in:
parent
7d84e92b1b
commit
aa286efee4
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue