1

I am trying to install magento in my windows pc using wamp server.

Everything I have set but when I go to "localhost" and click on "magento" under my project then it sends to me on URL "http:// magento/" that gives me error

"Server not found"

I think when I click on magento under my project it should send me to

magento/index.php/install/

my magento is in

"C:\wamp\www\magento"

Deep Kakkar
  • 5,831
  • 4
  • 39
  • 75
jatin verma
  • 177
  • 1
  • 3
  • 16

2 Answers2

1

Make sure you activated rewrite module on apache wamp server

if it's not activated, you can add this line in httpd.conf file

LoadModule rewrite_module modules/mod_rewrite.so

0

everything is right and properly installed.... just need to enter right url... that is

http://localhost/magento/setup/

jatin verma
  • 177
  • 1
  • 3
  • 16