Monday, 23 January 2017

codeigniter.htaccess used for remove the index.php file

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /tasteapp/index.php/$1 [L]
</IfModule>

Thursday, 12 January 2017

how to install mongoDb in window

http://stackoverflow.com/questions/20796714/what-is-the-way-to-start-mongo-db-from-windows-7-64-bit mongodb setup

Friday, 6 January 2017

how to create bitcoin api key

https://support.coinbase.com/customer/portal/articles/1914910-how-can-i-generate-api-keys-for-my-merchant-account-