karthic
karthic

Reputation: 175

WordPress installation issue

After downloaded the WordPress. When i copied entire folder and i paste it into appserv -> www

When i tried to access. from localhost -> www/wordpress/wp-admin/install.php

I am getting 404 not found message.

Please help me how to solve this

Thanks in advance.

Regards Karthic

Upvotes: 0

Views: 127

Answers (2)

Mustaasam Saleem
Mustaasam Saleem

Reputation: 166

@Anoop provided the solution.
When you manually configure port.
Sometime its necessary to include port with your localhost.
Ex: localhost:8080/wordpress/wp-admin/install.php
(8080 is my port number, it can be different for yours)

Upvotes: 1

Anoop
Anoop

Reputation: 130

Please use localhost/wordpress/wp-admin/install.php than www/wordpress/wp-admin/install.php.

Upvotes: 3

Related Questions