Welcome Guest, Not a member yet? Register   Sign In
500 Internal Server Error on Web Server for subpages
#3

(04-23-2020, 01:51 PM)jreklund Wrote: Try to edit your /public/.htaccess and add a question mark. Some servers don't do rewrite without it.

Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

or

Code:
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]


Thank you jreklund!!! By itself, adding the question mark didn't work, but I tried enabling the RewriteBase / line and hey presto! IT WORKED!
Thanks a million.
Reply


Messages In This Thread
RE: 500 Internal Server Error on Web Server for subpages - by reedo - 04-23-2020, 02:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB