<IfModule dir_module>
DirectoryIndex index.html index.htm index.php
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine on
	RewriteBase /
	#RewriteBase /site/
	
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.jpcvadodara.com/$1 [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
	
	RewriteCond %{REQUEST_URI} !/(.*)\.htm$
	RewriteCond %{REQUEST_URI} !/(.*)\.css$
	RewriteCond %{REQUEST_URI} !/(.*)\.js$
	RewriteCond %{REQUEST_URI} !/(.*)\.png$
	RewriteCond %{REQUEST_URI} !/(.*)\.jpg$
	RewriteCond %{REQUEST_URI} !/(.*)\.gif$
	RewriteCond %{REQUEST_URI} !/(.*)\.php$
	RewriteCond %{REQUEST_URI} !/(.*)\.doc$
	RewriteCond %{REQUEST_URI} !/(.*)\.docx$
	RewriteCond %{REQUEST_URI} !/(.*)\.xls$
	RewriteCond %{REQUEST_URI} !/(.*)\.xlsx$
	RewriteCond %{REQUEST_URI} !/(.*)\.pdf$
	RewriteCond %{REQUEST_URI} !/(.*)\.ppt$
	RewriteCond %{REQUEST_URI} !/(.*)\.ppx$
	RewriteCond %{REQUEST_URI} !/(.*)\.pptx$
	RewriteCond %{REQUEST_URI} !/(.*)\.ppsx$
	RewriteCond %{REQUEST_URI} !/(.*)index\.html$
	RewriteCond %{REQUEST_URI} /(.*)\.html$
	#RewriteRule (.*)\.html$ /new/content_seo?pageTitle=$1
	
    RewriteRule (.*)\.html$ /content_seo?pageTitle=$1	
	
	RewriteCond %{REQUEST_URI} !/(.*)\.swf$
	RewriteCond %{REQUEST_URI} !/(.*)\.htm$
	RewriteCond %{REQUEST_URI} !/(.*)\.css$
	RewriteCond %{REQUEST_URI} !/(.*)\.js$
	RewriteCond %{REQUEST_URI} !/(.*)\.png$
	RewriteCond %{REQUEST_URI} !/(.*)\.jpg$
	RewriteCond %{REQUEST_URI} !/(.*)\.gif$
	RewriteCond %{REQUEST_URI} !/(.*)\.php$
	RewriteCond %{REQUEST_URI} !/(.*)\.doc$
	RewriteCond %{REQUEST_URI} !/(.*)\.docx$
	RewriteCond %{REQUEST_URI} !/(.*)\.xls$
	RewriteCond %{REQUEST_URI} !/(.*)\.xlsx$
	RewriteCond %{REQUEST_URI} !/(.*)\.pdf$
	RewriteCond %{REQUEST_URI} !/(.*)\.ppt$
	RewriteCond %{REQUEST_URI} !/(.*)\.ppx$
	RewriteCond %{REQUEST_URI} !/(.*)\.pptx$
	RewriteCond %{REQUEST_URI} !/(.*)\.ppsx$
	RewriteCond %{REQUEST_URI} !/(.*)index\.html$
	RewriteCond %{REQUEST_URI} !/$
	RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]	
		
</IfModule>

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