You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I get the error I mentioned in the title in the ci4 project. I reached the solution by making a small revision in the htacces file.
Before: RewriteRule ^ (. *) $ Index.php / $ 1 [L]
After: RewriteRule ^ (. *) $ Index.php? / $ 1 [L]
Will usage in this way cause a problem for the project?
The text was updated successfully, but these errors were encountered:
Hello, I get the error I mentioned in the title in the ci4 project. I reached the solution by making a small revision in the htacces file.
Before: RewriteRule ^ (. *) $ Index.php / $ 1 [L]
After: RewriteRule ^ (. *) $ Index.php? / $ 1 [L]
Will usage in this way cause a problem for the project?
The text was updated successfully, but these errors were encountered: