HEX
Server: LiteSpeed
System: Linux in-mum-web1831.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u503286720 (503286720)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/u503286720/public_html/.htaccess
Redirect 301 /bangalore-budget-hotels.html http://www.liveinnbangalore.com/budget-serviced-apartments.html
Redirect 301 /sitemap.html http://www.liveinnbangalore.com/serviced-apartment-bangalore-sitemap.html 
Redirect 301 /servicedapartmentsbangalore.html http://www.liveinnbangalore.com/ 
Redirect 301 /specialoffers-discounts.html http://www.liveinnbangalore.com/  
Redirect 301 /tarif.html http://www.liveinnbangalore.com/serviced-apartments-bangalore-tarif.html
Redirect 301 /corporate-hotels-bangalore.html http://www.liveinnbangalore.com/corporate-serviced-apartments-bangalore.html

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.liveinnbangalore\.com [NC]
RewriteRule ^(.*)$ http://liveinnbangalore.in/$1 [L,R=301]

RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ http://liveinnbangalore.in/$1 [R=301,L]




RewriteCond %{HTTP_USER_AGENT} libwww-perl.* 
RewriteRule .* ? [F,L]

<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</ifmodule>

# Expires Headers - 2678400s = 31 days
<ifmodule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType text/html "access plus 7200 seconds"
  ExpiresByType image/gif "access plus 2678400 seconds"
  ExpiresByType image/jpeg "access plus 2678400 seconds"
  ExpiresByType image/png "access plus 2678400 seconds"
  ExpiresByType text/css "access plus 518400 seconds"
  ExpiresByType text/javascript "access plus 2678400 seconds"
  ExpiresByType application/x-javascript "access plus 2678400 seconds"
</ifmodule>

# Cache Headers
<ifmodule mod_headers.c>
  # Cache specified files for 31 days
  <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$">
  Header set Cache-Control "max-age=2678400, public"
  </filesmatch>
  # Cache HTML files for a couple hours
  <filesmatch "\.(html|htm)$">
  Header set Cache-Control "max-age=7200, private, must-revalidate"
  </filesmatch>
  # Cache PDFs for a day
  <filesmatch "\.(pdf)$">
  Header set Cache-Control "max-age=86400, public"
  </filesmatch>
  # Cache Javascripts for 31 days
  <filesmatch "\.(js)$">
  Header set Cache-Control "max-age=2678400, private"
  </filesmatch>
</ifmodule>
php_value upload_max_filesize 256M php_value post_max_size 256M php_value memory_limit 512M php_value max_input_time 180 php_value max_execution_time 180