Welcome Guest, Not a member yet? Register   Sign In
Deploying Codeigniter 4 Website on LAN server
#9

(07-31-2021, 02:07 AM)captain-sensible Wrote: hes got Linux on both boxes and that looks like  your on Windows Paul . but your right  I'm on Arch and in httpd.conf

the lines i added were:

Code:
LoadModule rewrite_module modules/mod_rewrite.so
#i uncommnented line above

LoadModule php_module modules/libphp.so
AddHandler php-script .php


Looking into this.



Another  thing to check is : libapache2-mod-php

you can check that with :
Code:
apt-cache policy libapache2-mod-php
if thats missing and you install it , it has to be enabled:
Code:
sudo a2enmod php



it might be worth you having a look at : https://linuxhint.com/install_apache_web_server_ubuntu/
Reply


Messages In This Thread
RE: Deploying Codeigniter 4 Website on LAN server - by Tromturk - 07-31-2021, 11:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB