Search results

  1. W

    about 404 page

    I have changed the 404 page to reply.php page,in this page, There is 2 question. First , the url cant set "/reply.php" ,could set "http://domain/reply.php", Second ,when the url set "http://domain/repy.php",the page can use $_SERVER['HTTP_REFERER'];It's always show nothing.
  2. W

    Litespeed STD could support ssl?

    I want to build a https server for test.but i dont know the standard version could support or not. if it could support ,could tell me how to start
  3. W

    how to implement iconv extension

    I have implement eaccelerator extension at the same way. i just do this: cp eaccelerator.so /usr/local/lsws/lib/ vi php.ini; and add extension=eaccelerator.so service lsws restart and it work well; I have done what you say,but it still dont work; the iconv.so's compile method...
  4. W

    how to implement iconv extension

    how to implement iconv in phpinfo() page: Server API LiteSpeed Configuration File (php.ini) Path /usr/local/lsws/conf/php.ini extension_dir /usr/local/lsws/lib/ i have copied iconv.so to /usr/local/lsws/lib/ this dir.and i have...
Top