Techy
Techy

Reputation: 2654

WAMP not displaying my files

I started wamp server and my browser is not showing my files in the local host and I am not sure what I should do about it?

I have installed IIS in my system one month before.I have stopped the IIS in the IIS manager.I ca view the phpmyadmin page in the browser.When I browse for localhost,The page with the image of IIS is shown.If I browse for localhost/my_file it is showing You don't have permission to access /my_file on this server.I have done which is described in question

Please help me

Upvotes: 0

Views: 1718

Answers (1)

Anooj P
Anooj P

Reputation: 346

Edit http.conf file in notepad usually located in C:\wamp\Apache2\conf . then do either CTL+F or go to EDIT/FIND from the notepad menubar. this will open FIND window. type 80 in the 'Find What' box and click find next. replace 80 to whichever port to want apache to listen to. you may have to change to two or more places depending on your configuration. and then restart your apache server. Apache should listen to the port you set in the http.conf file. Hope this helps.

Upvotes: 1

Related Questions