Show
Ignore:
Timestamp:
03/01/08 19:49:54 (9 months ago)
Author:
rats
Message:

* Updated all Docs. Some are still with ToDo?
* Fixed #1070: FreeBSD, ispcp-setup uses group which does not exist
* Updated all languages
* Inproved: Update SQL with IGNORE statement
* Update PHPmyAdmin to version 2.11.5
* Updated all distributions
* Dropped support of Suse Enterprise Linux Server (SELS) - Please use OpenSuse? files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/dists/openbsd/apache/parts/dmn_entry.tpl

    r1001 r1026  
    1919    Alias /errors   {WWW_DIR}/{DMN_NAME}/errors/ 
    2020 
    21     Redirect permanent /ftp           http://{BASE_SERVER_VHOST}/ftp/ 
    22     Redirect permanent /pma           http://{BASE_SERVER_VHOST}/pma/ 
    23     Redirect permanent /webmail       http://{BASE_SERVER_VHOST}/webmail/ 
     21    RedirectMatch permanent /ftp([\/]?)               http://{BASE_SERVER_VHOST}/ftp/ 
     22    RedirectMatch permanent /pma([\/]?)               http://{BASE_SERVER_VHOST}/pma/ 
     23    RedirectMatch permanent /webmail([\/]?)   http://{BASE_SERVER_VHOST}/webmail/ 
    2424 
    2525    ErrorDocument 401 /errors/401.html