# BEGIN WP Rocket v3.6.4
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since we’re sending far-future expires, we don’t need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
<IfModule mod_alias.c>
<FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$">
<IfModule mod_headers.c>
Header set X-Powered-By "WP Rocket/3.6.4"
Header unset Pragma
Header append Cache-Control "public"
Header unset Last-Modified
</IfModule>
</FilesMatch>
<FilesMatch "\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$">
<IfModule mod_headers.c>
Header unset Pragma
Header append Cache-Control "public"
</IfModule>
</FilesMatch>
</IfModule>
# Expires headers (for better cache control)
<IfModule mod_expires.c>
	ExpiresActive on
	ExpiresDefault                              "access plus 1 month"
	# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
	ExpiresByType text/cache-manifest           "access plus 0 seconds"
	# Your document html
	ExpiresByType text/html                     "access plus 0 seconds"
	# Data
	ExpiresByType text/xml                      "access plus 0 seconds"
	ExpiresByType application/xml               "access plus 0 seconds"
	ExpiresByType application/json              "access plus 0 seconds"
	# Feed
	ExpiresByType application/rss+xml           "access plus 1 hour"
	ExpiresByType application/atom+xml          "access plus 1 hour"
	# Favicon (cannot be renamed)
	ExpiresByType image/x-icon                  "access plus 1 week"
	# Media: images, video, audio
	ExpiresByType image/gif                     "access plus 4 months"
	ExpiresByType image/png                     "access plus 4 months"
	ExpiresByType image/jpeg                    "access plus 4 months"
	ExpiresByType image/webp                    "access plus 4 months"
	ExpiresByType video/ogg                     "access plus 1 month"
	ExpiresByType audio/ogg                     "access plus 1 month"
	ExpiresByType video/mp4                     "access plus 1 month"
	ExpiresByType video/webm                    "access plus 1 month"
	# HTC files  (css3pie)
	ExpiresByType text/x-component              "access plus 1 month"
	# Webfonts
	ExpiresByType font/ttf                      "access plus 4 months"
	ExpiresByType font/otf                      "access plus 4 months"
	ExpiresByType font/woff                     "access plus 4 months"
	ExpiresByType font/woff2                    "access plus 4 months"
	ExpiresByType image/svg+xml                 "access plus 1 month"
	ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
	# CSS and JavaScript
	ExpiresByType text/css                      "access plus 1 year"
	ExpiresByType application/javascript        "access plus 1 year"
</IfModule>
# Gzip compression
<IfModule mod_deflate.c>
# Active compression
SetOutputFilter DEFLATE
# Force deflate for mangled headers
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
# Don’t compress images and other uncompressible content
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
		                          application/javascript \
		                          application/json \
		                          application/rss+xml \
		                          application/vnd.ms-fontobject \
		                          application/x-font-ttf \
		                          application/xhtml+xml \
		                          application/xml \
		                          font/opentype \
		                          image/svg+xml \
		                          image/x-icon \
		                          text/css \
		                          text/html \
		                          text/plain \
		                          text/x-component \
		                          text/xml
</IfModule>
<IfModule mod_headers.c>
Header append Vary: Accept-Encoding
</IfModule>
</IfModule>
# END WP Rocket
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors Off
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 32M
   php_value post_max_size 128M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php71"
   php_value upload_max_filesize 128M
   php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 32M
   php_value post_max_size 128M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php71"
   php_value upload_max_filesize 128M
   php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit
<IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml
  # Remove browser bugs (only needed for really old browsers)
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  Header append Vary User-Agent
</IfModule>
<IfModule mod_expires.c>
  ExpiresActive On
  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"
  # Video
  ExpiresByType video/webm "access plus 1 year"
  ExpiresByType video/mp4 "access plus 1 year"
  ExpiresByType video/mpeg "access plus 1 year"
  # Fonts
  ExpiresByType font/ttf "access plus 1 year"
  ExpiresByType font/otf "access plus 1 year"
  ExpiresByType font/woff "access plus 1 year"
  ExpiresByType font/woff2 "access plus 1 year"
  ExpiresByType application/font-woff "access plus 1 year"
  # CSS, JavaScript
  ExpiresByType text/css "access plus 1 month"
  ExpiresByType text/javascript "access plus 1 month"
  ExpiresByType application/javascript "access plus 1 month"
  # Others
  ExpiresByType application/pdf "access plus 1 month"
  ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
</IfModule>
Redirect 301 /image/Sacramento_Wedding_Roll_Royce_Phantom_Limousine_Service.gif https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-wedding-limo-service.jpg
Redirect 301 /image/g1.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/ferrari-f430-for-rent-in-sacramento.jpg
Redirect 301 /image/g4.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/airport-car-service-sacramento.jpg
Redirect 301 /image/g10.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/range-rover-suv-rental-sacramento.jpg
Redirect 301 /image/g2.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/bentley-mansory-continental-rental-sacramento.jpg
Redirect 301 /image/g3.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/rolls-royce-limo-rental-sacramento.jpg
Redirect 301 /image/g5.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/mercedes-s550-sedan-rental-sacramento.jpg
Redirect 301 /image/g6.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/rolls-royce-phantom-rental-sacramento.jpg
Redirect 301 /image/g7.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-hummer-limo-rental.jpg
Redirect 301 /image/g8.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/escalade-limo-for-rent-sacramento.jpg
Redirect 301 /image/g12.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/chrysler-300-limo-rental-sacramento.jpg
Redirect 301 /image/g13.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/corporate-sedan-suv-service-sacramento.jpg
Redirect 301 /image/g9.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-night-outs-limo-rentals.jpg
Redirect 301 /image/g11.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-tours-by-exotic-limousine.jpg
Redirect 301 /image/g14.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/prom-formals-limo-service-sacramento.jpg
Redirect 301 /image/Sacramento_Roll_Royce_Limousine_Fleet/Sacramento_Roll_Royce_Wedding_Limousine_Service_Fleet.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/Sacramento_Roll_Royce_Wedding_Limousine_Service_Fleet.jpg
Redirect 301 /interior_limousine/hummer-limousine-Sacramento-thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-hummer-limo-fleet-exterior.png
Redirect 301 /image/Sacramento_Roll_Royce_Limousine_Fleet/Sacramento_Limousine_Rental_Service-thumbnail.JPG https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-rolls-limo-rental-service.jpg
Redirect 301 /image/chrysler300-10.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/chrysler-300-limo-sacramento-exterior.png
Redirect 301 /interior_limousine/Sacramento_Chrysler_Stretch_Limo-Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/chrysler-300-limo-sacramento-interior.jpg
Redirect 301 /interior_limousine/Sacramento-chrysler-300-interiorthumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-chrysler-300-limousine-service.jpg
Redirect 301 /interior_limousine/Sacramento_Chrysler_300_Stretch_Limousine-thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-chrysler-300-limo-rental-interior.jpg
Redirect 301 /interior_limousine/Sacramento_Range_Rover_Limo_Interior-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/range-rover-stretch-limo-sacramento-interior.jpg
Redirect 301 /interior_limousine/Sacramento-range-rover-limo-interior2-thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-range-rover-stretch-limo-interior.jpg
Redirect 301 /image/lincoln-stretch-limo2008feet.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-lincoln-stretch-limo-exterior.png
Redirect 301 /interior_limousine/Sacramento_Lincoln_Stretch_Limo-Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-lincoln-stretch-limo-interior.jpg
Redirect 301 /interior_limousine/Sacramento-lincoln-stretch-limo-4-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/lincoln-stretch-limo-exterior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento_6_Passenger_Lincoln_Stretch_Limousine-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/lincoln-stretch-limo-interior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento-escalade-interior-picture-Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-escalade-limo-exterior.jpg
Redirect 301 /interior_limousine/Sacramento_Escalade_Stretch_Limousine-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/escalade-limo-sacramento-interior.jpg
Redirect 301 /image/Town-Car-Sedan-7.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-lincoln-town-car-exterior.png
Redirect 301 /image/bentley_flying_spur_sedan.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-bentley-flying-spur-exterior.png
Redirect 301 /interior_limousine\Sacramento_Bentley_Flying_Spur_Interior_Front-Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-bentley-flying-spur-interior-front.jpg
Redirect 301 /interior_limousine\Sacramento_Bentley_Flying_Spur_Fleet_thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/Sacramento_Bentley_Flying_Spur_Fleet.jpg
Redirect 301 /interior_limousine\Sacramento_Bentley_Flying_Spur-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-bentley-flying-spur-interior.jpg
Redirect 301 /image/mercedes_benz_s550-7.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-s550-exterior.png
Redirect 301 /interior_limousine/Sacramento-mercedes-benz-s550-1-thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-s550-interior.jpg
Redirect 301 /interior_limousine/Sacramento_Mercedes_Benz_S550_Rental-thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-rental-service.jpg
Redirect 301 /interior_limousine/Sacramento_Mercedes_s550-Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-s550-rental.jpg
Redirect 301 /image/20_passenger_party_bus1.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-20-passenger-party-bus-exterior.png
Redirect 301 /interior_limousine/Sacramento_20_Passenger_Party_Bus_for_wine_Tour_Wedding_oakland_Tour-thumbnail.JPG https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-20-passenger-party-bus-interior.png
Redirect 301 /interior_limousine/Sacramento_Party_Bus_28_pass_and_20_pass_42_inch_sanyo_1080p-Thumbnail.JPG https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/20-passenger-party-bus-sacramento-exterior.jpg
Redirect 301 /interior_limousine/Sacramento_20_Passenger_Party_Bus_Fleet-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/20-passenger-party-bus-sacramento-interior.jpg
Redirect 301 /interior_limousine/Sacramento_28_passenger_bus-Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/28-passenger-party-bus-interior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento_28_passenger_bus_2_Thumbnails.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/28-passengers-party-bus-interior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento_28_Passenger_Party_Bus-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-28-passenger-party-bus-exterior.png
Redirect 301 /image/40_passenger_party_bus.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-40-passenger-party-bus-exterior.png
Redirect 301 /interior_limousine/Sacramento_40_Passenger_Party_Bus-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-40-passenger-party-bus-interior.jpg
Redirect 301 /interior_limousine/Sacramento_40_Passenger_Party_Bus_for_Any_occassions-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/40-passenger-party-bus-exterior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento-40-passenger-party-bus-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/40-passenger-party-bus-interior-sacramento.jpg
Redirect 301 /image/rh3.gif https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-bentley-mansory-continental.jpg
Redirect 301 /image/hr3.gif https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-cls-63-rental.jpg
Redirect 301 /interior_limousine/Sacramento_Ferrari_F430_Interior-Thumbnail.JPG https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-ferrari-f430-spider-interior.jpg
Redirect 301 /interior_limousine/Sacramento-ferrari-f430-rental-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-ferrari-f430-exterior.png
Redirect 301 /interior_limousine/Sacramento-bentley-continental-gt-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-bentley-mansory-continental-exterior.png
Redirect 301 /interior_limousine/Sacramento-bentley-continental-gt-interior-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-bentley-mansory-continental-interior.jpg
Redirect 301 /interior_limousine/Sacramento-bentley-continental-gt-interior-pic-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/bentley-mansory-continental-exterior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento_Mercedes-Benz-CLS_63_AMG-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-cls-63-exterior.png
Redirect 301 /interior_limousine/Sacramento_Mercedes-Benz-CLS_63_AMG_Rental-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-mercedes-benz-cls-63-interior.jpg
Redirect 301 /interior_limousine/Sacramento-2012-Mercedes-Benz-CLS63-AMG-Rental-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/mercedes-benz-cls-63-exterior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento-Lamborghini-Gallardo-Interior-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-lamborghini-gallardo-exterior.png
Redirect 301 /interior_limousine/Sacramento-Lamborghini-Murcielago-interior-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-lamborghini-gallardo-interior.png
Redirect 301 /interior_limousine/Sacramento_Lamborghini_Gallardo_Exterior_Image-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/lamborghini-gallardo-interior-sacramento.jpg
Redirect 301 /interior_limousine/Sacramento_Range_Rover_Sport_Supercharged_SUV_Exotic-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/range-rover-sport-suv-sacramento-exterior.png
Redirect 301 /interior_limousine/Sacramento_Range_Rover_Sport_Supercharged_SUV-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/range-rover-sport-suv-sacramento-interior.jpg
Redirect 301 /interior_limousine/Rover-Range-Rover-Sport-Supercharged-Thumbmail.jpeg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-range-rover-sport-suv-exterior.jpg
Redirect 301 /interior_limousine/Sacramento_Rolls_Royce_phantom_limousine-Thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/rolls-royce-phantom-sacramento-exterior.png
Redirect 301 /interior_limousine/Sacramento-rolls-royce-phantom-thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/rolls-royce-phantom-sacramento-interior.jpg
Redirect 301 /interior_limousine/Sacramento_Rolls-Royce-Phantom-thumbnail.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/sacramento-rolls-royce-phantom-exterior.jpg
Redirect 301 /image/ex2.jpg https://www.sacramentolimousineservice.net/wp-content/themes/limoservicesacramento/assets/images/executive-security-in-sacramento.jpg

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php71” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
