Welcome Guest, Not a member yet? Register   Sign In
404 in external dir when using php7.3 only
#1

(This post was last modified: 02-02-2020, 04:42 AM by starchild.)

We have an admin folder outside of the CI path that works just fine in PHP 7.0~7.2

As soon as we switch to 7.3, we get the 404 issue. Frontend (using CI) works fine.

We're running 3.1.10


Below is the snippet from htaccess.

What are we missing here please?

RewriteCond $1 !^(401.shtml)
RewriteCond $1 !^(index\.php|admin|robots\.txt|analytics\.txt|robots_ssl\.txt|favicon\.ico|/well-known)
RewriteRule ^(.*)$ /index.php?/$1 [L]
Reply




Theme © iAndrew 2016 - Forum software by © MyBB