strange redirects urlS |
09-23-2024, 02:56 AM
(This post was last modified: 10-01-2024, 08:38 AM by advanceconsent. Edit Reason: wrong )
The URLs such as `/index.phpproduct/R...` are missing slashes between `index.php` and the path. This can cause routing issues in CodeIgniter or trigger the redirect loop. You should make sure your URL generation function in your application is properly constructing URLs with the correct structure.
|
Messages In This Thread |
strange redirects urlS - by gabriel_fucci - 08-21-2024, 06:58 AM
RE: strange redirects urlS - by advanceconsent - 09-23-2024, 02:56 AM
|