芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/public_html/.htaccess
#Options +FollowSymLinks RewriteEngine on RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.krishnamexports.com/$1 [R,L] RewriteRule ^category/(.*)$ product-list.php?category_id=$1 [NC,L] RewriteRule ^subcategory/(.*)$ product-list.php?subcategory_id=$1 [NC,L] RewriteRule ^product/(.*)$ product-detail.php?product_id=$1 [NC,L] RewriteRule ^page/(.*)$ page.php?page_id=$1 [NC,L] RewriteRule ^cart?$ cart.php [NC,L] RewriteRule ^checkout?$ checkout.php [NC,L] RewriteRule ^product-checkout?$ checkout.php [NC,L] RewriteRule ^my-offer?$ my-offer.php [NC,L] RewriteRule ^check-orignal?$ check-orignal.php [NC,L] RewriteRule ^gallery?$ gallery.php [NC,L] RewriteRule ^order-list?$ order-list.php [NC,L] RewriteRule ^my-wishlist?$ my-wishlist.php [NC,L] RewriteRule ^accounts?$ accounts.php [NC,L] RewriteRule ^orders?$ orderList.php [NC,L] RewriteRule ^logout?$ logout.php [NC,L] RewriteRule ^contact-us?$ contact-us.php [NC,L] RewriteRule ^custom-order?$ custom-order.php [NC,L] RewriteRule ^logout?$ logout.php [NC,L] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php70” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
# php -- END cPanel-generated handler, do not edit