skip to Main Content

Enabling SSL with Laragon Apache issue

I get 90 days free SSL Certificate from ZeroSSL which contains 3 files: ca_bundle.crt, certificates.crt, and private.key. Then put it into C:laragonetcssl Edit C:laragonetcapache2sites-enabled0-default.conf <VirtualHost _default_:80> <Directory "C:/laragon/www"> AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost _default_:443> <Directory "C:/laragon/www"> AllowOverride…

VIEW QUESTION

WordPress – Javascript file won't load using laragon (ERR_ABORTED 404 (Not Found))

I cannot use/access the carousel.js file - GET http://name.test/js/carousel.js net::ERR_ABORTED 404 (Not Found) front-page.php <div class="row"> <div class="col-lg-4"> <div class="carousel_item carousel_item--visible">first post</div> </div> <div class="col-lg-4"> <div class="carousel_item">second post</div> </div> <div class="col-lg-4"> <div class="carousel_item">third post</div> </div> </div> <div class="carousel_actions"> <button id="carousel_button--prev"…

VIEW QUESTION

Cannot start service apache on laragon – PHP Versions

Everything was ok before. Today I tried to start laragon apache and I got the following error : httpd: Syntax error on line 546 of C:/laragon/bin/apache/httpd-2.4.35-win64-VC15/conf/httpd.conf: Syntax error on line 1 of C:/laragon/etc/apache2/fcgid.conf: Cannot load C:/laragon/etc/apache2/modules/mod_fcgid-2.3.9-Win32-VC14.so into server: %1 is…

VIEW QUESTION
Back To Top
Search