Re: [users@httpd] Do these log entries show someone trying to hack in?

2013-05-24 Thread Jack Mcslay
These appear to be escaped characters from a binary blob, which could be someone trying to inject malicious code, but I really don't think apache has anything that makes it interpret hostnames as C-styled escaped strings. Em 24-05-2013 10:26, plot.lost escreveu: I've been getting from error log

Re: [users@httpd] Rewriting urls with mod_rewrite works on the root page but not on userdir

2013-03-21 Thread Jack Mcslay
Em 21-03-2013 08:18, Eric Covener escreveu: On Thu, Mar 21, 2013 at 5:42 AM, Jack Mcslay wrote: I have the following .htaccess on /var/www: RewriteEngine on RewriteRule ^(.*)\.html$ site.php/$1 [L] Use RewriteBase, or a non-relative substitution

[users@httpd] Rewriting urls with mod_rewrite works on the root page but not on userdir

2013-03-21 Thread Jack Mcslay
I have the following .htaccess on /var/www: RewriteEngine on RewriteRule ^(.*)\.html$ site.php/$1 [L] But the same .htaccess doesn't work when I put on an userdir, it keeps giving a 404 error even if the same site.php file that worked on the root site is there Worth noting, the path given b