Posts

Showing posts from September, 2012

WAMP Server Installation Guide for Windows 7 32/64 Bits

WAMP Server Installation Guide for Windows 7 32/64 Bits WAMP Server Installation Guide for Windows 7 32/64 Bit Machine WAMP (Windows, Apache, mySQL, PHP) is all in one package, which installs the basic programs, you will need to get a localhost running and to be able to build and run PHP scripts. WampServer Official Site This awesome server can be found for download at official web page WampServer . Let’s Run through the Installation first and then I’ll go in to detail about the administration. Step 1 You will find two options for the selection of WampServer for your windows 7 after clicking on Download  link at the main navigation of WampServer official site. ·   Download WampServer 2.2E (64 bit) ·   Download WampServer 2.2E (32 bit) My windows 7 are 32 bit and PHP version is 5.4, so I will proceed with the download of WampServer 2.2 E 32 bit version. Note: select wamp server based on the PHP Version   Step 2: Click on Save button, WampServer is starting

how to free port 80 in windows

Image
his classical situation today when I was trying to run Apache on  Windows  (Basically the  WAMP  package called as  vertrigo ). I was getting the error message while trying to run Vertrigo (apache) that port 80 is being used and for my amusement, I never had other servers running to use port 80. However, I wanted to dwell deeper and hence I ran the following command to see which process was using port 80. Start  Command Prompt Hit the combination key of Windows+R (or start run window) Type  cmd  and hit enter. This will open the command prompt Check which process is using port 80 On the command prompt window, type the following command. netstat -o -n -a | findstr 0.0:80 You’ll see an outcome like the one below. The last column is what is called as the  process ID  column. Open  Task Manager  to check the process ID Right click on the taskbar to open the the  task manager . Go to the  Processes  tab. Click the  View  menu And make sure you select the  PID (

assignment details

All CE & IT Students are visit on website' http://mukesh.titsbhiwani.ac.in and create user after approval of user you can see assiganment

How to Install Joomla 2.5 on localhost

What you'll need Before Installation Download Joomla and Wamp Server Joomla 2.5x (meaning latest version ) http://www.joomal.org Wamp grab it from http://www.wampserver.com/ Steps: Install Wamp unzip joomla into your wamp's www folder (eg C:\wamp\www\joomla start wamp open a browser window and go to http://localhost/joomla follow the on screen prompts to install joomla On screen prompts and what to enter in the boxes Host Name = localhost MySQL User Name = root MySQL Password = blank (don't put anything in this box) MySQL Database Name = anyhting you like (eg joomladb) MySQL Table Prefix = jos_ (this is set as default but you can change it) Make sure that install sample data is ticked Click "next" step 2: Site name = your site name step 3: VERY IMPORTANT!! Change the admin password to something memorable (as this is only for testing locally I'd suggest setting the password to admin or password or similar step 4: Remov