Reproduce Steps:
2. Extract into c:\server\www
3. rename versionized folder to just "drupal" = full path to drupal = c:\wpn-xm\www\drupal
5. activate extensions: gd2, mbstring, restart php
6. reload install page, all green, proceed
7. before fill the database dialog, create database "drupal" in adminer, then use that as db in dialog
8. proceed with install steps until done
----------
9.1 modify / check nginx.conf for the following directive in your server block
- manually
- Steps for the WPN-XM Server Control Panel:
- right-click tray icon
- "Manage Hosts"
- "Add"
- Click Ok.
- The Windows Permissions Dialog pops up.
- Click Ok, to allow writing to the "hosts" file.
- (If Anti-Virus tool blocks writing to the hosts file, disable AV it, repeat the steps, enable it again.)
9.3 Restart Nginx
10. Drupal "Clean URLs"
Two things are needed (a) Nginx Rewriting the URL and (b) Drupal accepting the rewritten URL.
a) is done by a rewrite rule
b) is done by enabling "Clean URLs" in the Drupal Configuration
Important Notice:
The short/nice/clean URLs work only for URLs starting with "
http://drupal.dev/" not for "localhost".
Using megaphone: not working on "localhost" - use "
drupal.dev".
10.1 Nginx Conf for Drupal (a)
10.2 Testing "Clean URLs"
Response: {"status":true}
10.3 Enabling "Clean URLs" (b)
Check Checkbox.
Save.
Final Checks: