Posted on 24 January 2011. Tags: disable, enable, HTACCESS, Ubuntu, windows, xampp
How to enable.htaccess in ubuntu Just go the Terminal and follow the following steps I enabled mod re-write by typing below command and restart the apache server. sudo a2enmod rewrite Now restart your apache2 by typing below command. sudo /etc/init.d/apache2 restart How to enable.htaccess in windows Using a text editor, open the httpd.conf file. In [...]
Read the full story
Posted in Article, Computer, Tutorial, Ubuntu, Unix OS, windows
Posted on 23 December 2010. Tags: Basic PHP, features, PHP, PHP features, PHP5
Potential of PHP really is a superior choice for the web, you’re going to need to have a clear-cut set of reasons why you believe PHP is the superior language. This short list should help you get started: PHP is cross-platform. It can be run on Windows, Linux, BSD, Mac OS X, and Solaris, as [...]
Read the full story
Posted in Article, Computer, PHP
Posted on 03 December 2010. Tags: Apache, HTACCESS, https, PHP, secure layer, security, ssl
Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to transfer data to and from the payment gateway. Most of the sites uses “http” protocol and you can see “http” in the browser’s address bar. But in the Ssl connection, we need to redirect [...]
Read the full story
Posted in Apache, Article, Computer, HTACCESS, Open-Source, PHP, Programming, Tutorial
Posted on 12 October 2010. Tags: HTML, HTML Version 5, HTML5, Internet, Internet Privacy, Open Source Technology, Privacy, Technology
Worries over internet privacy have spurred lawsuits, conspiracy theories and consumer anxiety as marketers and others invent new ways to track computer users on the web. But the alarmists have not seen anything yet. In the next few years, a powerful new suite of capabilities will become available to web developers that could give marketers [...]
Read the full story
Posted in Article, Computer, HTML, Tutorial
Posted on 13 September 2010. Tags: function, PHP, wordwrap
Here the function that comes under php i.e wordwrap(). You can use it for wrapping you long string text into multiple lines and easy to read. Following are the code that help you. Copy and paste the code into your editor save the code as php file and run into you browser. <?php // string [...]
Read the full story
Posted in PHP, Programming
Posted on 02 August 2010. Tags: Apache, Apache Web Server, installation, Ubuntu, Ubuntu 9.10, Web Server
This step-by-step howto shows a basic setup for Apache 2 web server. Apache is installed on Ubuntu 6.06 LTS Dapper, but instructions will probably work on any Ubuntu. This document is a work in progress, initially only required commands are listed without troughout explanations. Install Apache $ sudo apt-get install apache2 Test it Surf to [...]
Read the full story
Posted in Article, Computer, Open-Source, Tutorial, Ubuntu, Unix OS
Posted on 02 August 2010. Tags: installation, mysql, mysql server, Ubuntu, Ubuntu 9.10
Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult. Open a terminal window, and use the following command: sudo apt-get install mysql-server If you are running PHP you will also need to install the php module for mysql 5: sudo apt-get install php5-mysql [...]
Read the full story
Posted in Article, Computer, Tutorial, Ubuntu, Unix OS
Posted on 21 July 2010. Tags: CURRENT URL, PHP, PHP Script, SERVER BROWSER, URL
The PHP super global $_SERVER contains all the information you need to access various information about the URL and can even carry variables. Often you need to get the full URL of the page you are on and this requires piecing together several of the $_SERVER variables to get the whole URL. Sometimes, you might [...]
Read the full story
Posted in Article, PHP, Programming
Posted on 26 June 2010. Tags: chrome, chromium, google chrome
How to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google’s Chrome browser. First you can use this tutorial to install chromium in Ubuntu using PPAs [...]
Read the full story
Posted in Article, Computer, Tutorial, Ubuntu, Unix OS
Posted on 24 June 2010. Tags: linux, Operating System, OS, sudo, Ubuntu, unix
To change the permissions of multiple files and directories with one command. Please note the warning in the chmod with sudo section and the Warning with Recursive chmod section. Recursive chmod with -R and sudo To change all the permissions of each file and folder under a specified directory at once, use sudo chmod with [...]
Read the full story
Posted in Article, Computer, Tutorial, Ubuntu, Unix OS
Get Social!