経理室 部門別会議報告
H25.3.5
会議報告
・経理の仕事内容及び問題点ヒアリング
・管理系、スタジオ系の経理、やっている事のヒアリング
次回、問題点に対する解決策の話し合い
次回のミーティング日程未定
以上 木島
This site is for INFORENT Staff Only .
H25.3.5
会議報告
・経理の仕事内容及び問題点ヒアリング
・管理系、スタジオ系の経理、やっている事のヒアリング
次回、問題点に対する解決策の話し合い
次回のミーティング日程未定
以上 木島
パーミッションの設定を正しく行ってください
ヘテムルではディレクトリ、ファイルのパーミッションを 以下の値での設定を推奨しております。
HTML・画像ファイル 604 rw—-r–
CGIの実行ファイル 700 rwx——
CGIのデータファイル 600 rw——-
.htaccessファイル 604 rw—-r–
ディレクトリ 705 rwx—r-x
パーミッションの設定を「777 (rwxrwxrwx)」や「666 (rw-rw-rw-)」などに設定されている場合は、「誰でも書き込める」設定となっているため、改ざんが行われる可能性がございます。ご確認の上、上記の値に変更してください。
また、特に下記の点につきましてご注意くださいますよう、お願いいたします。
「.htaccess」ファイルが書き換えられる事例が多発いたしております。
パーミッションが「604 (rw—-r–)」であるかご確認ください。
WordPressをご利用の場合「wp-config.php」のパーミッションは「404 (r—–r–)」であるかご確認ください。
タイトル : WordPress、htaccessの改竄対策?
記事No : No.1263
投稿日 : 2011-12-06 21:17:21
投稿者 : kucklu
WordPressを使っている自分のサイトでは
一回も改竄を受けたはとがないのでですが………
これがあるからなのかな?と思ったので投稿してみました。
.htaccessの「# BEGIN WordPress」より前に
「= ここから =」から「= ここまで =」の間の文字列を追記する。
====== ここから =========================
AddType image/x-icon .ico
SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|ico)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI _\.utxt$ no-gzip
#DeflateCompressionLevel 4
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/atom_xml
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-httpd-php
ExpiresActive On
ExpiresDefault “access plus 1 seconds”
ExpiresByType text/html “access plus 1 seconds”
ExpiresByType image/gif “access plus 2592000 seconds”
ExpiresByType image/jpeg “access plus 2592000 seconds”
ExpiresByType image/png “access plus 2592000 seconds”
ExpiresByType image/x-icon “access plus 2592000 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 216000 seconds”
ExpiresByType application/x-javascript “access plus 216000 seconds”
ExpiresByType application/x-shockwave-flash “access plus 216000 seconds”
FileETag none
order allow,deny
deny from all
SetEnvIf Referer “http://example.com/” Ref1
Order Deny,Allow
Deny from all
Allow from env=Ref1
====== ここまで =========================
これが有効化どうかは正直分からないのですが………(;´Д`)
あとは、htaccessとwp-config.phpのパーミッションをheteml指定のものにしておけば大丈夫なのかな?とか。
ついでなので、wp-content/plugins/直下に空の.htaccessを作成して
「= ここから =」から「= ここまで =」の間の文字列を追記する。
====== ここから =========================
SetEnvIf Referer “http://example.com/” Ref1
Order Deny,Allow
Deny from all
Allow from env=Ref1
====== ここまで =========================
※最後の「Allow from env=Ref1」の後は改行1つ必須。
これで、pluginディレクトリに直接アクセスされることはなくなると思う。
効果の程は分からないです(;´Д`)
http://developer.android.com/sdk/index.html
https://developer.apple.com/devcenter/ios/index.action
主要なブラウザのcssやhtml5サポート比較http://caniuse.com/
メディアクエリの例
@media screen and (max-width: 800px) {
/* この場合のみ適用されるスタイル */
}
最後に記述するメディアクエリにはスマートフォンを想定した幅を指定します。
@media screen and (max-width: 479px) {
/* この場合のみ適用されるスタイル */
viewport メタ タグ
デフォルトのビューポート幅 Android ブラウザでは 800px、iOS では980px。
最新のスマートフォン用ブラウザの多くは現在、320px ほどの標準的な device-width 。
viewport を指定するメタ タグで width = device-width を設定する利点は、ユーザーがスマートフォンやタブレットの向きを変えたときに表示を更新してくれる点。これをメディアクエリと組み合わせて用いることで、ユーザーが端末を回転させた時のレイアウトを微調整できる。
@media screen and (min-width:480px) and (max-width:800px) {
/* ランドスケープモードのスマートフォン、ポートレートモードのタブレットまたはウィンドウ幅の狭いデスクトップ向けのスタイル
*/
}
@media screen and (max-width:479px) {
/* ポートレートモードのスマートフォン向けのスタイル */
}
実際には、サイトの流れや各種端末上での表示に応じて、異なるブレークポイントを使用する必要があるかもしれません。また、メディアクエリの orientation を使って、ピクセルで幅などのサイズを指定することなしに特定の向きに対応させることも可能ですが、ブラウザが対応している場合 (英語) に限ります。
@media all and (orientation: landscape) {
/*ランドスケープモード向けのスタイル */
}
@media all and (orientation: portrait) {
/*ポートレートモード向けのスタイル */
}
@media screen and (min-width:480px) and (max-width:800px) {
/* Target landscape smartphones, portrait tablets, narrow desktops
*/
}
@media screen and (max-width:479px) {
/* Target portrait smartphones */
}
In reality you may find you need to use different breakpoints depending on how your site flows and looks on various devices. You can also use the orientation media query to target specific orientations without referencing pixel dimensions, where supported.
@media all and (orientation: landscape) {
/* Target device in landscape mode */
}
@media all and (orientation: portrait) {
/* Target device in portrait mode */
}



本体(税込) 3,559円
送料(税込) 840円
代引手数料(税込) 315円
合計金額(税込)
新品/未使用品
安全装置付きで誤動作を防ぐ!
安全装置付きエアータッカー
ステープル10,000本付き!
■商品詳細
超軽量エアタッカーわずか870gの軽量設計で作業の負担が軽減!!
ステーブル10,000本のおまけ付き
軽量コンパクト、安全装置機能も付いており、使いやすいエアタッカーです
ホームセンターなどで売っているステープルが使用できます
製品用途 バイクシート、イスの張替え、家具木工、内装、外装
ステープル幅10mm 長さ8.5mm
■仕様
サイズ(約) 長さ210mm×幅50mm×高さ150mm
対応針サイズ 肩幅 10mm 長さ 6-13mm
セット内容 本体
六角レンチ×2
オイル挿し
ステープル10,000本(幅10mm用)
使用空気圧 4~7kgf/c�(0.39~0.68MPa)
有限会社アドヴァン・エンタープライズ
〒596-0078
大阪府岸和田市南上町2丁目22-20
お問合せ:平日/月曜~金曜(10~17時)
TEL 072-479-9577