Ok people,
I really need help  I have a problem with error 302 Moved temporarily (redirect) constantly showing on my HTTP Status codes in statistics.
I can only assume this...that the problem lies here in my htaccess file that looks like this:
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://domain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^ http://www. domain. com.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|css)$ http://www. domain. com/message.php [R,NC]
RewriteRule ^Value\/(.*)\/(.*)\/(.*)\/(.*)$ index.php?category=value&group=$1&second=$2&third= $3&forth=$4
ErrorDocument 404 /message.php
ErrorDocument 403 /message.php
IndexIgnore *
.........
Also my images folder is protected with chmod..
Can somebody help me..
|