Search results

  1. P

    Apache Axis2

    We are trying to perform SOAP transactions on our website which runs Litespeed. Whenever we try to run our application, we get a Bad Request error. Looking at the http requests/responses on an Apache vs. Litespeed server, you will see that Apache uses Transfer-Encoding: chunked, whereas...
  2. P

    [Resolved] htaccess file directives in subdirectories

    I have the following htaccess file configured for one of my user's websites in /home/username/public_html/store: Options -Indexes <Files ~ "\.php$"> order allow,deny deny from all </Files> So this will basically block php files from being accessed in this directory and all...
Top