Page 2 of 2 FirstFirst 1 2
Results 16 to 17 of 17

From .IT to .COM

This is a discussion on From .IT to .COM within the General Discussion forums, part of the vBulletin SEO Discussion category; Really weird, I found this on the main root directory : .htaccess Code: RewriteEngine On RewriteCond %{REQUEST_FILENAME} .*jpg$|.*gif$|.*png$ [NC] RewriteCond ...

  1. #16
    Member
    Real Name
    Sergio
    Join Date
    Feb 2007
    Posts
    31
    Liked
    0 times
    Really weird, I found this on the main root directory :

    .htaccess
    Code:
    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} .*jpg$|.*gif$|.*png$ [NC]
    RewriteCond %{HTTP_REFERER} !^$  
    RewriteCond %{HTTP_REFERER} !bodyweb\.it [NC] 
    RewriteCond %{HTTP_REFERER} !friendlysite\.com [NC]  
    RewriteCond %{HTTP_REFERER} !google\. [NC] 
    RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]
    RewriteRule (.*) /showpic.php?pic=$1
    Probably something I forgot there, something not to use images from sites different from bodyweb.it
    Changed, and everything it's fine

  2. #17
    Member
    Real Name
    Sergio
    Join Date
    Feb 2007
    Posts
    31
    Liked
    0 times
    But.....

    When I was speaking about stable load server I spoke too early :(
    The load on the server is kind of high, this is what happened today when I switched off and then On the plugin, today is sunday, the forum is not so crowded, on the other days almost every time at peak hour there is an overload and the server get blocked .

    Attached Thumbnails Attached Thumbnails screenshot_load.gif  

Page 2 of 2 FirstFirst 1 2

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •