Welcome Guest, Not a member yet? Register   Sign In
Hoster and CodeIgniter 4.0.0-rc.3
#1

I am working on a new project with CI4 (4.0.0-rc.3), because the first release version is nearĀ  Big Grin

There were no problems with the local installation with xampp. When I wanted to install the project at two different hosters, there were always problems with the .htaccess file in the public folder. Has anyone noticed that yet?

1st error: Option All not allowed here
"Options All indices" must be changed to "Options indices".

2nd error: Option FollowSymlinks not allowed here
"Options +FollowSymlinks" must be changed to "Options +SymLinksIfOwnerMatch".


Both hosters say: In your .htaccess file use the statement "FollowSymLinks". This statement is insecure and therefore disabled on the host.
Does it make sense to include these changes in CI4?

Thanks
Tom
Reply


Messages In This Thread
Hoster and CodeIgniter 4.0.0-rc.3 - by SirTom - 11-15-2019, 01:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB