Now all HTTP headers are available in $_SERVER array as HTTP_XXX keys.
In previous versions of WWebserver only the most common headers were available.
This caused problems with Wordpress version 6.1.1.
If you need to work with Wordpress version 6.1.1, you should update WWebserver.
Search found 26 matches
- Wed Nov 30, 2022 11:44 am
- Forum: News about Windows Webserver
- Topic: All HTTP headers in $_SERVER array
- Replies: 0
- Views: 515
- Thu Apr 08, 2021 6:21 pm
- Forum: News about Windows Webserver
- Topic: Multiple IP addresses and ports
- Replies: 0
- Views: 8294
Multiple IP addresses and ports
You can bind WWebserver to several (or all) IP addresses and ports without starting new instances of the CLI version. You can define multiple IPV4 addresses or hostnames separated by comma. You can write the port direct into the hostname. For example: localhost,localhost:8080,localhost:9090 will bin...
- Mon Sep 28, 2020 8:52 am
- Forum: FAQ and Manuals
- Topic: Force Autostart in GUI version
- Replies: 0
- Views: 8450
Force Autostart in GUI version
You have two options to force Autostart in GUI version of WWebserver: 1. Set argument --autostart in Shortcut of WWebserver like: "C:\WWebserver with PHP 7.4.10\wwebserver.exe" --autostart This will also close the GUI window and show only the taskbar icon. 2. Open cfg/init.txt and set parameter forc...
- Fri Jun 26, 2020 8:11 am
- Forum: Free discussion and wanted Features
- Topic: Adding PHP 5.6 support to Windows XP version of WWebserver
- Replies: 1
- Views: 19558
Re: Adding PHP 5.6 support to Windows XP version of WWebserver
Hello, There is a github repo containing compiled php 5.6 for Windows XP. Can you kindly use that and make a WWebserver for Windows XP which can run PHP 5.6? Because as of now only upto PHP 5.4 is supported for Windows XP? After that the min OS required is Windows Vista. Thanks, Arvind. Ok, you mea...
- Fri May 01, 2020 2:03 pm
- Forum: News about Windows Webserver
- Topic: Directory Index
- Replies: 0
- Views: 12429
Directory Index
WWebserver V1.8 show the index of a directory on default.
You can disable showing all files and sub directories in cfg\speed.txt
show_directory_index=false
You can disable showing all files and sub directories in cfg\speed.txt
show_directory_index=false
- Mon Feb 17, 2020 12:11 pm
- Forum: Bug Reporting
- Topic: mod_rewrite problems with sub directories
- Replies: 0
- Views: 21115
mod_rewrite problems with sub directories
A problem with mod_rewrite is fixed. Situation: C:\MyWebsite\.htaccess C:\MyWebsite\subdir\.htaccess If you called: http://localhost/subdir/virtualdir then the .htaccess file C:\MyWebsite\.htaccess was used instead of C:\MyWebsite\subdir\.htaccess Problem was solved in: wwebserver_php_5445_setup.exe...
- Sun Dec 15, 2019 10:55 am
- Forum: FAQ and Manuals
- Topic: Stopping, Restarting from Outside
- Replies: 0
- Views: 18865
Stopping, Restarting from Outside
You can force a stop simply by creating an empty file with name "stop" (no extension) in home directory of WWebserver or empty file with name "restart" to restart the Webserver. On command line the process will be finshed after stop file was detected.
- Fri Mar 01, 2019 2:07 pm
- Forum: News about Windows Webserver
- Topic: WebDAV
- Replies: 0
- Views: 22377
WebDAV
WWebserver can handle WebDAV. Access is organized with reset_pwd.bat for super admin wwadmin and cfg\ftpuser.txt for FTP users. FTP users are allowed to access they're resources with following URL:
http(s)://<hostname>/webdav-users/<user>/
http(s)://<hostname>/webdav-users/<user>/
- Thu Jan 24, 2019 8:19 pm
- Forum: Bug Reporting
- Topic: Needs to be restarted every few days
- Replies: 3
- Views: 24084
Re: Needs to be restarted every few days
On XP only PHP 5.4.45 will work! I sent you an update with private Mail.
PHP 7.3.0 does not work von Windows XP!
PHP 7.3.0 does not work von Windows XP!
- Sun Dec 09, 2018 3:59 pm
- Forum: Bug Reporting
- Topic: Needs to be restarted every few days
- Replies: 3
- Views: 24084
Re: Needs to be restarted every few days
Please download newest version, it seems that you use a old version (older than 2016). On this old versions sometimes broken connections are reported as errors and Webserver is stopped.