12,431 questions
Best practices
0
votes
2
replies
54
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
37
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 ...
1
vote
0
answers
148
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 ...
-2
votes
1
answer
78
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.
...
0
votes
0
answers
67
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 ...
0
votes
1
answer
103
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 ...
0
votes
1
answer
35
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 ...
1
vote
1
answer
124
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/...
0
votes
0
answers
57
views
Apache shutdown unexpectedly after updating PHP 7.2 to 7.4 in Windows 10
I am using XAMPPS to run PHP files but when i run the file in localhost/ it asks to update to PHP 7.4, and this is where the problem occurs apache can't run.
I tried change the port (such as port 8080,...
0
votes
0
answers
33
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 ...
-4
votes
1
answer
107
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 ...
0
votes
0
answers
127
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
...
1
vote
1
answer
79
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 ...
0
votes
1
answer
29
views
Access XAMPP SSL Domain from another computer on same network
I followed the tutorial SSL & Domain Tutorial to set up my XAMPP website to have an SSL and domain (site.local). I've also followed Accepted Answer to always have the site.local be https instead ...
0
votes
0
answers
36
views
Showing not secure Connection for local host [duplicate]
I’ve installed a fresh copy of XAMPP version 8.2.12 on my system. When I try to access a local site using https://localhost/example/, the browser shows a “Not Secure” warning. However, accessing it ...