1.Configure apache mod_rewrite,run in terminal a2enmod rewrite 2. add the following code to /etc/apache2/sites-available/default DocumentRoot /var/www <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> 3.Restart apache /etc/init.d/apache2 restart
how to find and kill a process using particular port
Use the following command for stop a process using port 80 .This example is based on Ubuntu Linux operating system. Commands need to run in terminal sudo netstat -lpn |grep :80 tcp6 0 0 :::80 :::* LISTEN 1185/apache2 sudo kill 1185
Bajaj Chetak for sale in kerala -1998 model
Make:- Bajaj Chetak Model:- 1998 color: glitter blue Mileage:- 40-45 Kms Kms:50000 Price :-12500 Year:- 1998 Condition:- single owner Contact no:9526138575,9633714361
Used TVS victor GLX 125 bike for sale in kerala -2008 model
Make:- GLX Victor 125 Model:- 2008 color: Blue Mileage:- 50-55 Kms Kms:20000 Price :-23000(Negotiable) Year:- 2008 Condition:- Used Conatct No:9633714361
Bootstrap Tooltip intialization
Some times ajax loading is required for refresh content of a page. That time bootstarp tooltip is not work smoothly. That time we need to re-initialize the bootstrap tootip js using following code. After that tooltip will work like normal. <ul><li> <a href=”javascript:void(0);” rel=”smarttooltip” data-original-title=” Total hits of posts over last month “><?php echo $this->influences;…