1

I installed Bitnami wamp stack, and, though my installation is reachable by http:// [nameofmylaptop]/site , i have the following error each time I launch apache :

http://localhost:80 Class not registered

I can't find anything relating to this..

Any help ? Thank you.

1 Answers1

0

Have you tried: localhost/site, it could be that since your website is in a subfolder called site, localhost root directory has nothing to display.

@Husman Yeah it works.

Theres your problem then, there is nothing in the root folder, you can have an apache redirect to take you from localhost to localhost/site, and that should fix your issue.

There are multiple ways to redirect:

Community
  • 1
  • 1
Husman
  • 6,304
  • 7
  • 27
  • 44
  • Actually, BitNami VMs always have something configured to work out of the box, and root directory has a page to display. So, it's not the problem. – Gregory Kapustin Jun 18 '14 at 12:01