MINI MINI MANI MO
<IfModule mod_rewrite.c>
# For security reasons, Option SymLinksIfOwnerMatch cannot be overridden.
#Options +SymLinksIfOwnerMatch
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.kgembroidery\.com [NC]
RewriteRule ^(.*)$ http://www.kgembroidery.com/$1 [L,R=301]
RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
RewriteCond %{THE_REQUEST} !/system/.*
RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
</IfModule>
RewriteEngine on
RewriteRule ^([a-zA-Z0-9_-]+)$ pagecontents.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ pagecontents.php?page=$1
RewriteEngine on
RewriteRule (.*)\.htm$ productdetails.php?category_name=$1
OHA YOOOO