

# 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>

</IfModule>
<IfModule lsapi_module>

</IfModule>
# END cPanel-generated php ini directives, do not edit

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


IndexIgnore *



	<IfModule mod_rewrite.c>
	 
	Options +FollowSymLinks
	RewriteEngine on 
	RewriteBase /
	RewriteCond %{REQUEST_FILENAME} -f [OR]
   	RewriteCond %{REQUEST_FILENAME} -d
   	RewriteRule .* - [L]


          ## SEARCH RESULT VIEW
	
		
        RewriteRule ^search-result/([^/]+)/([^/]+)/?$ index.php?dll=search-result&page=$1&SHOWNUM=$2 [L]

        	
	## ITEM INNER PAGE
	RewriteRule ^([^/]+)/([^/]+)/([^/]+)/?$ index.php?dll=$1&sub=$2&item_id=$3&item_id3=t3 [L]

	## INNER PAGE
	RewriteRule ^([^/]+)/([^/]+)/?$ index.php?dll=$1&sub=$2&item_id=t4 [L]

	## TOP PAGE
    RewriteRule ^([^/]+)/?$ index.php?dll=$1 [L]

	## BAD INDEX PAGE
  	RewriteRule ^/index\.html$ index.php [L]
 
	</IfModule>
	<IfModule mod_security.c>
		SecFilterEngine Off
		SecFilterScanPOST Off
	</IfModule>

# 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
