frankmaina/MyMpesa/master/simulator/.htaccess
php_value session.cache_limiter none
php_value arg_seperator.output "&"
php_flag register_globals Off
php_value magic_quotes_gpc On
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/ke/$
RewriteRule ^(.*)$ /ke/Default.aspx [L]
RewriteCond %{REQUEST_URI} ^/ke/[Dd]efault.aspx
RewriteRule ^(.*)$ webroot/index.php [L]
RewriteCond %{REQUEST_URI} ^/ke/Main/home2.aspx
RewriteRule ^(.*)$ webroot/home2.php [L]
RewriteCond %{REQUEST_URI} !webroot/
RewriteRule ^(.*)$ webroot/$1 [L]
On Github License
Files
Download PDF of Htaccess file