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
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
Please use this mandatory part before moving your code from localhost to live server.
base_url
in config file..htaccess
filecredentials
This will help you.
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.
Below steps worked for me –