Scripts seem to have been upgraded but the backend was not, so the scripts are looking for a field that does not exist. From my understanding may be related to core 14.
Scripts seem to have been upgraded but the backend was not, so the scripts are looking for a field that does not exist. From my understanding may be related to core 14.
Stop hotlinking (no Image):
|
1 2 3 4 5 |
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?example.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.|images\.)?google.(de|com|at|pl|fr|nl|it|com.tr|es|ch|be|gr|com.br|lu|fi|pt|hu|hr|bg|com.mx|si|sk|ro|ca|co.uk|cl|com.ar|se|cz|dk|co.th|com.co|lt|co.id|co.in|co.il|com.eg|cn|co.ve|ru|co.jp|com.pe|com.au|co.ma|co.za|com.ph|com.sa|ie|co.kr|no|com.ec|com.vn|lv|com.mt|com.uy|ae|ba|co.nz|com.ua|co.cr|ee|com.do|com.tw|com.hk|com.my|com.sv|com.pr|lk|com.gt|com.bd|com.pk|is|li|com.bh|com.ni|com.py|com.ng|com.bo|co.ke|hn|com.sg|mu|ci|jo|nu|com.jm|com.ly|co.yu|tt|com.kh|ge|com.na|com.et|sm|cd|gm|com.qa|dj|com.cu|com.pa|gp|az|as|pl|mn|ht|md|am|sn|je|com.bn|com.ai|co.zm|ma|rw|co.ug|com.vc|com|at|com.gi|to|com.om|kz|co.uz)(/)?.*$ [NC] RewriteRule .*\.(gif|jpe?g|png|bmp)$ [F,NC] |
Stop hotlinking (replacing Image):
|
1 2 3 4 5 |
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?example.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.|images\.)?google.(de|com|at|pl|fr|nl|it|com.tr|es|ch|be|gr|com.br|lu|fi|pt|hu|hr|bg|com.mx|si|sk|ro|ca|co.uk|cl|com.ar|se|cz|dk|co.th|com.co|lt|co.id|co.in|co.il|com.eg|cn|co.ve|ru|co.jp|com.pe|com.au|co.ma|co.za|com.ph|com.sa|ie|co.kr|no|com.ec|com.vn|lv|com.mt|com.uy|ae|ba|co.nz|com.ua|co.cr|ee|com.do|com.tw|com.hk|com.my|com.sv|com.pr|lk|com.gt|com.bd|com.pk|is|li|com.bh|com.ni|com.py|com.ng|com.bo|co.ke|hn|com.sg|mu|ci|jo|nu|com.jm|com.ly|co.yu|tt|com.kh|ge|com.na|com.et|sm|cd|gm|com.qa|dj|com.cu|com.pa|gp|az|as|pl|mn|ht|md|am|sn|je|com.bn|com.ai|co.zm|ma|rw|co.ug|com.vc|com|at|com.gi|to|com.om|kz|co.uz)(/)?.*$ [NC] RewriteRule \.(gif|jpe?g|png|bmp)$ /images/humiliatingimage.gif [L,NC] |
Force traffic to WWW:
|
1 2 3 |
RewriteEngine On RewriteCond %{HTTP_HOST} !www.example.com RewriteRule ^.*$ http://www.example.com%{REQUEST_URI} [R] |
Force traffic to new Domain:
|
1 2 3 |
RewriteEngine on RewriteCond %{HTTP_HOST} ^www.example.com$ [NC] RewriteRule ^(.*)$ http://www.example.net/$1 [R=301,L] |
This post is primarily for when going from 4-5 to find out what module the missing one was.
| EXTRAMSG_C | ACD Additional Checkout Data | New Version |
| BROK_UPS_CUSTOM | UPS Online Tools® Custom Integration by VIKING CODERS | New Version found on same page. |
| BROK_PRODTEMPLATES | Product Page Templates | Functionality from my understanding is now included in the current version of Miva Merchant. |
| SS_FREESHIP | This was a Free Shipping module developed by Sebenza. | Sebenza does not currently make a Free Shipping module per se. |
And it tastes like, umm, Hot garbage. I have actually had others agree with me on this. Hot… Garbage… But it does make me more awake then I have ever wanted to be in my life. Have at it!