0

I can enter in localhost by wampserver, but when I want to enter in other webs by my localhost ,the problem comes,just look like my picture

img1

I use the codeigniter frame.i think my php can't recognize that frame or not?

because i can get in some webs by localhost,when the URL order is same as the web's URl order(don't use codeigniter frame) .

img2 so that if web use the codeigniter frame , i will fail . If web don't use the codeigniter frame ,i can succeed to get in the web? So how can i solve it?

Ronak Chaniyara
  • 5,335
  • 3
  • 24
  • 51
  • did you add htaccess file in inside the feeback folder? – Gopalakrishnan Sep 23 '16 at 08:26
  • did you create a folder in wamp > www > feedback and then put codeigniter in there? but as @Gopalakrishnan about the htaccess –  Sep 23 '16 at 08:30
  • yes wamp > www > feedback >(codeigniter framework) htaccess @wolfgang – Gopalakrishnan Sep 23 '16 at 08:37
  • under《 www》 I have no《 feedback》 folder . – qq283215389 Sep 23 '16 at 09:11
  • but i have all the feedback elements in others folder that's in the《www》 – qq283215389 Sep 23 '16 at 09:14
  • try auto loading the URL helper `$this->load->helper('url');` – Bira Sep 23 '16 at 09:38
  • Then you did the install incorrectly – RiggsFolly Sep 23 '16 at 10:13
  • You should create a Virtual Host to run something like codeigniter properly see this post for how to do that http://stackoverflow.com/questions/23665064/project-links-do-not-work-on-wamp-server/23990618#23990618 then remove this install and do the install again into `http://whatever_servname_you_created_as_a_virtualhost` – RiggsFolly Sep 23 '16 at 10:15
  • This has nothing to do with virtualhosting a website, it's very likely to be your htaccess that isnt set correctly, could you post your htaccess ? Can you also try to put localhost/feedback/index.php and see if that works? – killstreet Sep 23 '16 at 13:52
  • Make sure to set the correct path in your browser, if your CI installation isnt located at WWW > feedback then ur URL won't be localhost/feedback. Please show us where you have the CI installed from your root WWW directory. – killstreet Sep 23 '16 at 13:56

0 Answers0