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

(This post was last modified: 07-31-2021, 02:09 AM by captain-sensible. Edit Reason: addition )

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



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 captain-sensible - 07-31-2021, 02:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB