ERROR: The requested URL could not be retrieved [closed]
Asked Answered
U

3

5

I have a project in CodeIgniter and hosted in Sub-domain, and it has an error:

The requested URL could not be retrieved

Here is a picture of it: Error

Undulatory answered 14/6, 2017 at 4:18 Comment(1)
your question is not clear. Provide more details.Sikora
S
23

I had the same error on a new installation of CodeIgniter. I solved this error by turning off my VPN browser plugin. You might have a proxy or VPN app running turn it off and see.

Stupefy answered 11/10, 2017 at 22:45 Comment(1)
In my case it was the VPN. Thank youGymnastics
M
1

Below steps worked for me -

  1. Search for Proxy Settings on windows machine
  2. Disable all the proxy settings
Megara answered 13/9, 2021 at 17:17 Comment(0)
S
0

Please use this mandatory part before moving your code from localhost to live server.

  1. Change base_url in config file.
  2. Do necessary changes in .htaccess file
  3. Change database connection credentials

This will help you.

Setaceous answered 14/6, 2017 at 5:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.