<IfModule dir_module>
#DirectoryIndex index.html index.htm index.php
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine on
	RewriteBase /
	RewriteBase /JPC/
	
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.arihantseo.in/$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$ /JPC/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>
#<IfModule mime_module>
 # AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
#</IfModule>

<IfModule mime_module>
  AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>


