Welcome Guest, Not a member yet? Register   Sign In
upgrade issues
#5

(This post was last modified: 11-05-2023, 10:41 AM by captain-sensible. Edit Reason: caps wrong )

try something along the lines of :

Code:
<VirtualHost *:80>
ServerName ci4_news
ServerAlias ci4_news
DocumentRoot "c:/xampp/htdocs/ci4_news/public"
ErrorLog "/path/to/var/equivalent/httpd/ci4_news-error_log"
<Directory "c:/xampp/htdocs/ci4_news/public">
Order allow,deny
Allow from All
AllowOverride All
Require all granted
</Directory>
</VirtualHost>


Note caps and order that i have put
CMS CI4     I use Arch Linux by the way 

Reply


Messages In This Thread
upgrade issues - by MarcoB - 11-05-2023, 02:16 AM
RE: upgrade issues - by ozornick - 11-05-2023, 04:15 AM
RE: upgrade issues - by MarcoB - 11-05-2023, 04:39 AM
RE: upgrade issues - by ozornick - 11-05-2023, 05:57 AM
RE: upgrade issues - by captain-sensible - 11-05-2023, 10:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB