简体   繁体   中英

ERROR: The requested URL could not be retrieved

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM