Search results

  1. B

    Website problems

    I converted a website for a friend from apache to litespeed. Everything was working great and then everything stopped. All the lsphp processes either died or where killed. Running the latest version of litespeed. PHP 5.1.6 Eaccelerator 0.9.5 Vbulletin Is PHP 4.4.4 more robust than 5.1.6?
  2. B

    Password Protect A File

    I'm trying to password protect a file. I tried it by .htaccess and by the admin interface in litespeed. No dice If done by .htaccess, I get a 401 and no login box to authenticate to. Example: <Files admin.php> AuthName "Restricted" AuthType Basic AuthUserFile...
  3. B

    Permanent Redirects

    How do I get permanent redirects (301) to work in a .htaccess file. The rules worked fine with apache. Unfortunately, no dice with litespeed. THX and any help is greatly a Example: RedirectMatch permanent ^/shows.rss$ http://www.libsyn.com/rss
Top