This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Wednesday, February 23, 2011

create and configure htaccess for codeigniter

Create .htaccess file on index.php. RewriteEngine On RewriteBase /sitename RewriteCond %{REQUEST_URI} ^system.* RewriteRule ^(.*)$ /index.php/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] php_flag display_errors on Enable rewrite_module on apache server. Enable include_module on apache server. Enable cgi_module on apache server. Enable short open tag on php server. Configure config.php become. $config['index_page'] = "...

Thursday, February 3, 2011

Install mikrotik in VMware

Install VMware. Create virtual machine for windowsclient New->Virtual Machine. Edit Windows client virtual machine setting For windows client Network adapter1->VMnet1 Create virtual machine for mikrotik New->Virtual Machine. Edit mikrotik Virtual Machine Setting For mikrotik Network adapter1->bridged and Netwok adapter2->VMnet1 Add network address on network adapter1 (public) ip address add address=192.168.1.128/24 interface=ether1Add dns address ip dns set allow-remote-requests=yes primary-dns=192.168.1.254Set gateway address ip route add gateway=192.168.1.254Check connnection with ping request "ping google.com". Add...

Pages 41234 »