# Use PHP5CGI as default RewriteCond %{HTTP_HOST} !^www.bidwaste.co.uk$ [NC] RewriteRule ^(.*)$ http://www.bidwaste.co.uk/$1 [L,R=301] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] php_value upload_max_filesize 8M