skip to Main Content

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

3

Answers


  1. 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.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
  3. Below steps worked for me –

    1. Search for Proxy Settings on windows machine
    2. Disable all the proxy settings
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search