MINI Sh3ll
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /tollfree-sms/
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{REQUEST_URI} !^.*\..*$
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule . /tollfree-sms/airtel-request.php [L]
RewriteCond %{REQUEST_URI} ^.*/$
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /tollfree-sms/airtel-request.php [L]
RewriteCond %{REQUEST_URI} ^.*\.html.*$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /tollfree-sms/airtel-request.php [L]
</IfModule>
OHA YOOOO