Yahoo India Web Search

Search results

  1. Oct 3, 2016 · To answer the original question: To change the XAMPP Apache server port here the procedure : 1. Choose a free port number. The default port used by Apache is 80. Take a look to all your used ports with Netstat (integrated to XAMPP Control Panel). Then you can see all used ports and here we see that the 80 port is already used by System.

  2. Apr 2, 2011 · Require local ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </LocationMatch> " Cut this code and save it somewhere for later use i.e restoring this feature( remember removing this code makes your computer vulnerable). Save changes on httpd-xampp.conf, restart services on XAMPP and that's it.

  3. 2. To access SQL via the command line we simply navigate to the xampp folder. the folder is usually on the c:\ drive. type: cd c:\xampp\mysql\bin then press enter. type: in mysql -u root -p then press enter. in the new line enter the password of the database.

  4. May 25, 2012 · Select "Advanced System Settings" and select "Advance" Tab. Now Select "Environment Variable" option and select "Path" from "System Variables" and click on "Edit" button. Now set path where php.exe file is available - For example if XAMPP install in to C: drive then Path is "C:\xampp\php". After set path Click Ok and Apply.

  5. Sep 11, 2016 · 1. step1 :open xampp control panel. step 2: then click apache module config button. step 3. after that you able to see some config file list. step 4: then click the php.ini file.it will be open into default editor. image was given blow for refernce. answered Apr 27, 2020 at 12:23.

  6. Dec 13, 2013 · This can be done by clicking on the "Config" button on the same line as the "Apache" module, select the "httpd.conf" file in the dropdown, then change the "Listen 80" line to "Listen 8080". Save the file and close it. Now it avoids Port 80 and uses Port 8080 instead without issue.

  7. Jul 23, 2012 · Right click the control panel shortcut or .exe file icon. Click on properties. select the compatibility tab. then in the privliege level box at the bottom, check the "Run this program as an administrator" box. Click apply and then load up XAMPP. To the top with this answer.

  8. Jul 30, 2013 · If this displays the XAMPP dashboard, you're fine. Alternatively, check the Task Manager for a running 'Apache HTTP Server' (httpd.exe) process. You could stop the apache process with the xampp_stop.exe in your xampp base folder. Then, the XAMPP control panel should work as expected.

  9. Dec 28, 2016 · I have faced same issue and sorted using below step. Go to MySQL config file (my file at C:\xampp\mysql\bin\my.ini) Check for the line innodb_data_file_path = ibdata1:10M:autoextend. Next check the ibdata1 file exist under C:/xampp/mysql/data/. If file does not exist copy the ibdata1 file from location C:\xampp\mysql\backup\ibdata1.

  10. Jan 28, 2010 · Extract the XAMPP archive to a directory of your choosing, I would recommend using the default C:\xampp\ Extract the contents of the PHP archive to C:\xampp\php\, overwriting the contents of this directory with the new files. Open the file C:\xampp\apache\conf\extra\httpd-xampp.conf and ensure the following lines are present in this order:

  1. People also search for