Welcome Guest, Not a member yet? Register   Sign In
Fresh install won't run
#7

(This post was last modified: 07-09-2024, 09:39 AM by captain-sensible.)

you dont need to touch .htaccess files

httpd.conf yeah below i have also
[CODE}
<Files ".ht*">
Require all denied
</Files>

[/CODE]

for a web app directory containing CI4 called "prophet" inside /srv/http apache running Arch Linux i have
Code:
<VirtualHost 127.0.0.10:80>
    ServerAdmin webmaster@joesoapdev
    DocumentRoot "/srv/http/prophet/public"
    ServerName prophet
    ServerAlias prophet
    ErrorLog "/var/log/httpd/prophet-error_log"
    CustomLog "/var/log/httpd/prophet-access_log" common

    <Directory "/srv/http/prophet/public">
       Order allow,deny
    Allow from All
    AllowOverride All
    Require all granted
    </Directory>
</VirtualHost>


are you running apache on Linux ?


the httpd.conf might be diffferent between linux distro.

I have in httpd.conf



Code:
<IfModule dir_module>
    DirectoryIndex index.html index.php
# i added index.php to above
</IfModule>
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
Include conf/vhosts/prophet

my vhost files go in :


Code:
/etc/httpd/conf/vhosts


my apache error logs are at :
Code:
/var/log/httpd

if you have set up where error for individual web go like above for my vhost then have a gander also at apache error log maybe
CMS CI4 A CMS system, runs out of the box written on top of CI4
Arch Book  CodeIgniter4 on Apache(pages 92-114) 
Reply


Messages In This Thread
Fresh install won't run - by bogus - 07-07-2024, 11:36 PM
RE: Fresh install won't run - by ozornick - 07-08-2024, 03:14 AM
RE: Fresh install won't run - by bogus - 07-09-2024, 12:25 AM
RE: Fresh install won't run - by ozornick - 07-12-2024, 01:08 AM
RE: Fresh install won't run - by ozornick - 07-09-2024, 03:58 AM
RE: Fresh install won't run - by bogus - 07-09-2024, 07:34 AM
RE: Fresh install won't run - by JustJohnQ - 07-09-2024, 08:44 AM
RE: Fresh install won't run - by captain-sensible - 07-09-2024, 09:28 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 12:31 AM
RE: Fresh install won't run - by kenjis - 07-10-2024, 01:04 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 01:17 AM
RE: Fresh install won't run - by kenjis - 07-10-2024, 02:08 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 04:21 AM
RE: Fresh install won't run - by kenjis - 07-10-2024, 04:32 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 04:59 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 12:06 PM
RE: Fresh install won't run - by kenjis - 07-10-2024, 06:06 PM
RE: Fresh install won't run - by bogus - 07-11-2024, 01:14 AM
RE: Fresh install won't run - by ozornick - 07-11-2024, 01:22 AM
RE: Fresh install won't run - by kenjis - 07-11-2024, 01:29 AM
RE: Fresh install won't run - by bogus - 07-11-2024, 01:50 AM
RE: Fresh install won't run - by kenjis - 07-11-2024, 02:14 AM
RE: Fresh install won't run - by captain-sensible - 07-11-2024, 12:06 PM
RE: Fresh install won't run - by bogus - 07-11-2024, 03:20 AM
RE: Fresh install won't run - by bogus - 07-11-2024, 10:23 AM
RE: Fresh install won't run - by bogus - 07-11-2024, 11:41 PM
RE: Fresh install won't run - by kenjis - 07-12-2024, 01:23 AM
RE: Fresh install won't run - by captain-sensible - 07-12-2024, 02:03 AM
RE: Fresh install won't run - by kenjis - 07-12-2024, 02:23 AM
RE: Fresh install won't run - by captain-sensible - 07-12-2024, 02:58 AM
RE: Fresh install won't run - by InsiteFX - 07-12-2024, 02:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB