12,341 questions
Score of -3
1 answer
96 views
MySQL won't start because of InnoDB [closed]
MySQL I use in XAMPP won't start. The error it shows is this:
2026-07-20 8:28:14 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 7088
...
Score of 0
0 answers
59 views
Can see index.php but not other webpages in xampp
A few days ago, I installed XAMPP on the F:\ drive, but it will only allow me to see index.php, but not the other web pages. I followed many internet articles that told me:
LoadModule rewrite_module ...
Advice
1
vote
8
replies
88
views
Changes to the XAMPP httpd main server config file to alter home path for PHP files
I'm not sure if this is possible or not, but I would like to use the same files locally in XAMPP that I use for a shared hosting account without changing the local files themselves. I have it working ...
Best practices
0
votes
2
replies
74
views
How to install SSL for your domain by XAMPP on windows machine
You will got these files by your ssl provider :
certificate.crt
server.key
ca_bundle.crt
Configuration SSL by xampp server in windows servers.
SSLCertificateKeyFile : "F:/xampp/apache/conf/ssl....
Advice
0
votes
2
replies
73
views
Remote access to Xampp (mariadb)
I would like to store data remotely in a MariaDB (Xampp) running on Ubuntu. It is running on a totally isolated LAN - no external connection.
I have been looking at various places, but seem to be more ...
Score of 1
0 answers
388 views
How to test laravel on other devices, i use herd and xampp to run it on local machine
I'm running a Laravel project locally using Herd and sometimes XAMPP on my Windows machine.
I’m trying to share a live link so that other devices (phones, laptops, etc.) on the same network can access ...
Score of -2
1 answer
118 views
CORS Error: “Access-Control-Allow-Origin does not match ‘http://localhost:5173’” [duplicate]
I'm getting a CORS error when trying to fetch data from my local PHP backend:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost/login.php.
...
Score of 0
0 answers
95 views
How to change Apache password (secret) on XAMPP/windows using Apache Directory Studio
I have found something at Changing the admin password on Apashe official website.
I downloaded the "Apache Directory Studio" app.
But I can't find my HostName and port fields to connect the ...
Score of 0
1 answer
141 views
Custom document root in XAMPP
I'm currently going through Laracast's PHP for Beginners series, and in episode 30, they make a change to the document root. I'm using XAMPP on Windows, and the default document root in my httpd.conf ...
Score of 0
1 answer
55 views
I had to reinstall Xampp now Wordpress wants to reinstall
I somehow corrupted my Xampp installation and had to reinstall it. Before I did, I backed up the WordPress database folder and my WordPress site folder to another location and moved them back after ...
Score of 1
1 answer
203 views
storage:link not creating symlink in public folder
I'm working on a Laravel 12 project using XAMPP on Windows 10.
I tried to use the following command to create the symbolic link for serving uploaded files:
php artisan storage:link
But the public/...
Score of 0
0 answers
59 views
How to set cookie in cross domain - Google OAuth
Honestly how so many application works but I can't seem to get answer for my questions.
First I have vanilla js for backend and same for frontend also.. I'm configuring OAuth.
When fe req login and ...
Score of -4
1 answer
206 views
Found this error when trying to access my admin page for mysql through XAMPP [duplicate]
This is the error line of my http://localhost/phpmyadmin/
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\ErrorHandler.php on line 192
Anyone got a ...
Score of 0
0 answers
188 views
Why is my PHP file not loading on localhost using XAMPP?
I am using XAMPP and Apache is running fine. My file is saved at:
C:\xampp\htdocs\php\index.php
But when I open this URL in the browser:
http://localhost/php/index.php
I get this error:
Not Found
...
Score of 1
1 answer
145 views
How can I add file to localhost from another computer?
I have a XAMPP-hosted MySQL database on one computer, and I can access it on this computer using the other computer's IP address. There's a couple of php files that I can use to interact with the ...