Welcome Guest, Not a member yet? Register   Sign In
400 Errors
#1

[eluser]CI Lee[/eluser]
Hey all,

Keep getting a 400 error
Quote:Bad Request

Your browser sent a request that this server could not understand.

This is my .htaccess file
Code:
AddHandler php5-script .php

Options +FollowSymLinks
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php?/$1 [L]

Anyone see anything that maybe causing those errors? They are sporadic browser/client independent...

-Lee




Theme © iAndrew 2016 - Forum software by © MyBB