Plugin Directory

Changeset 663663


Ignore:
Timestamp:
02/05/2013 09:41:32 AM (13 years ago)
Author:
ewwink
Message:

fix readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • google-break-dance/trunk/readme.txt

    r663617 r663663  
    1818RewriteEngine On  <br />
    1919RewriteBase /    <br />
    20 RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png|ico)$ [NC]  <br />
     20RewriteCond %{REQUEST_URI} wp-content/uploads/.\*\\.(gif|jpg|png|ico)$ [NC]  <br />
    2121RewriteCond %{HTTP_REFERER} !^$ <br />
    22 RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.*$ [NC]   <br />
     22RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.\*$ [NC]   <br />
    2323RewriteRule ^(.*)$ /get_image?$1 [R=302,L]    <br /><br />
    2424</strong>
     
    3333RewriteEngine On           <br />
    3434RewriteBase /        <br />
    35 RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png|ico)$ [NC]   <br />
     35RewriteCond %{REQUEST_URI} wp-content/uploads/.\*\\.(gif|jpg|png|ico)$ [NC]   <br />
    3636RewriteCond %{HTTP_REFERER} !^$ <br />
    37 RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.*$ [NC]  <br />
     37RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.\*$ [NC]  <br />
    3838RewriteRule ^(.*)$ /get_image?$1 [R=302,L]       <br /><br />
    3939</strong>
     
    5555= 0.1 =
    5656test release
    57 
Note: See TracChangeset for help on using the changeset viewer.