skip to Main Content

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

Replace substring in URL via RewriteEngine – Apache

im desperately trying to make RewriteEngine to rewrite the following pattern: https://example.com/api/model/id/ https://example.com/staging/api/model/id/ internally to https://example.com/index.php/model/id/ https://example.com/staging/index.php/model/id/ I already tried several suggestions from several boards but none of them worked out for me. Ideally the rule should just search for…

VIEW QUESTION
Back To Top
Search