Changes between Version 3 and Version 4 of doc/install/windows/auth-server
- Timestamp:
- 03/01/08 10:53:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install/windows/auth-server
v3 v4 304 304 305 305 Make sure IIS is not running on the same port (if at all) 306 307 308 '''Incorrect URL''' 309 The following line in the flie path_defines_base 310 if ($browser_url == "" || substr($browser_url,-1,1) != '/') $browser_url .= '\'; 311 312 should be changed to 313 if ($browser_url == "" || substr($browser_url,-1,1) != '/') $browser_url .= '\'; 314
