Recently I downloaded the WPN-XM full installer and try to further develop my drupal website, because WPN-Xm performs faster than other development stacks in Microsoft Windows. But in drupal, only homepage is visible, all other pages show 404 error. My site using the clean url feature in drupal. How could I successfully host drupal website with WPN-XM's nginx web server?
Installation Instructions for Drupal 7 with "Clean URLs" and local domain for WPN-XM
/www
folder
drupal-7.42
, rename it to drupal7
php.ini
: extension=php_gd2.dll
reset-db-pw.bat
in the server rootEnable local VHost - http://drupal7.dev/
domains-disabled
to domains-enabled
folder
root www/drupal7;
server_name drupal7.dev;
127.0.0.1
with drupal7.dev
+ "ok"Enabling Clean URLs
In the end you get a vhost drupal7.dev
with clean URLs - served from C:\<server>\www\drupal7
.