Live Demonstration! This jQuery script is based on Mukesh Chapagain’s script. It allows you to show your images on current page without redirecting them to their file locations. When you click the thumbnail on an image, the screen turns black (semitransparent) with animation effect, and a LOADER appears. The loader continues to animate until the […]
Monthly Archives: February 2011
1. Open /etc/apache2/sites-enabled directory. Here you’ll find a file, open it for editing. Replace all AllowOverride None strings with AllowOverride All 2. Open your terminal & paste following: sudo a2enmod rewrite 3. Restart Apache2. Enter following command in terminal: sudo /etc/init.d/apache2 restart References: http://ubuntuforums.org/showthread.php?t=255556 http://www.tildemark.com/software/servers/enable-htaccess-on-apache.html