WAMPSERVER/drupal complications

0

I am brand new to web development...and getting Drupal running is a barrier no amount of Googling has helped solve.

When I install WAMPServer it works fine. When I tried to open my local domain name, I'm not redirected to profile selection page of Drupal installation.it leads me to the Wampserver localhost page. Here's the funny part, I tried opening localhost and it took me to bitnami's page (I tried using their xampp earlier without success)

Can anyone tell me why, how? I'm confused and hungry.

Muoneke Arnold

Posted 2016-04-26T17:45:25.303

Reputation: 1

My advice, dump WAMP and use IIS. ;) – Ƭᴇcʜιᴇ007 – 2016-04-26T17:48:42.963

it's less complicated? – Muoneke Arnold – 2016-04-26T17:58:36.417

Depends on your POV. To me, no it's not. To others, perhaps. Here's a guide for installing Drupal on IIS 7: http://www.iis.net/learn/application-frameworks/install-and-configure-php-applications-on-iis/install-drupal-on-iis, and also see https://www.drupal.org/documentation/install/windows. Using the Web Platform Installer to handle PHP makes it even easier. ;)

– Ƭᴇcʜιᴇ007 – 2016-04-26T18:05:56.237

Then you probably did not uninstall XAMPP or Bitnami properly. Remember thay all install an Apache server and a MYSQL Server. Unless you know what you are doing having more than one installed will only confuse you. – RiggsFolly – 2016-05-06T11:31:29.257

Answers

-1

Move your c:/wamp/www/index.php file which is your Wamp localhost welcome page. Then put all your drupal files in that folder. The new index.php should be in the same www folder...

Boudreau

Posted 2016-04-26T17:45:25.303

Reputation: 1