Options +FollowSymLinks

RewriteEngine on

RewriteBase /sms/

RewriteRule uploads/(.*)/w/(.*)/(.*)		function/timthumb.php?src=http://%{HTTP_HOST}/sms/uploads/$1/$3&w=$2&a=t	[L,NS]
RewriteRule uploads/(.*)/h/(.*)/(.*)		function/timthumb.php?src=http://%{HTTP_HOST}/sms/uploads/$1/$3&h=$2&a=t	[L,NS]
RewriteRule uploads/(.*)/(.*)/(.*)/(.*)		function/timthumb.php?src=http://%{HTTP_HOST}/sms/uploads/$1/$4&w=$2&h=$3&a=t	[L,NS]

RewriteRule info/(.*).html		pages.php?page_id=$1	[L,NS]

RewriteRule info/(.*).html		photogallery.php?page_id=$1	[L,NS]

RewriteRule updates/(.*)/(.*).html		newupdates.php?id=$2	[L,NS]
RewriteRule product/(.*)/(.*).html		product.php?id=$1	[L,NS]

RewriteRule user/morecontent.html   exam.php
<Files 403.shtml>
order allow,deny
allow from all
</Files>

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