Search results

  1. M

    Litespeed htaccess issue

    No change
  2. M

    Litespeed htaccess issue

    Any help?
  3. M

    Litespeed htaccess issue

    All that I could find was that the log was showing to GET the URL but I still returned a 404. Here's what's in the .htaccess DirectoryIndex index.php RewriteEngine on RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...
  4. M

    Litespeed htaccess issue

    Ok so I can see it can see the .htaccess file and it is updating it apparently. To litespeed's cache maybe? However this site runs on codeigniter and moving from another apache server to this litespeed on it is not working as it should. Whenever clicking a URL it returns 404 when the old server...
  5. M

    Litespeed htaccess issue

    htaccess worked fine before the move to litespeed. I've even setup <Directory "/home/name/public_html"> Options FollowSymLinks AllowOverride All </Directory> Inside a vhost in apache. But this didn't work either.
  6. M

    Litespeed htaccess issue

    I have done a lot of research, looked over a couple of hundred articles/forum posts but none fix my issues. Litespeed is not reading the .htaccess files in the site directories. It only reads from the server level. http://i.imgur.com/qaYCkjL.png As you can see it should work according to the...
Top