diff --git a/airtime_mvc/public/.htaccess b/airtime_mvc/public/.htaccess index 095cf4b86..a60c87b7c 100644 --- a/airtime_mvc/public/.htaccess +++ b/airtime_mvc/public/.htaccess @@ -6,12 +6,10 @@ php_value session.auto_start 0 RewriteEngine On RewriteOptions inherit -RewriteCond %{SERVER_NAME} localhost$ RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] -RewriteCond %{SERVER_NAME} localhost$ RewriteRule ^.*$ index.php [NC,L] AddOutputFilterByType DEFLATE text/plain diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index 03f63392f..f23c530f1 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -15,7 +15,7 @@ body { .bck_cover { - position: fixed; + position: absolute; top: 0px; right: 0px; bottom: 0px;