CKEDITOR.replace(
"ckeditorId"
,{disallowedContent:'img{width,height};img[width,height]';
});
stockwfj3 發表在 痞客邦 留言(0) 人氣(109)
將下列這一行,存成.htaccess檔,並上傳即可。
Options All -Indexes
stockwfj3 發表在 痞客邦 留言(0) 人氣(49)
<Files ~ ".php">
Order allow,deny
Deny from all
</Files>
stockwfj3 發表在 痞客邦 留言(0) 人氣(111)
沒錯,只要一行,即可完成此任務
deny from all
stockwfj3 發表在 痞客邦 留言(0) 人氣(84)
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([^./]+)/?$ $1.php [L]
stockwfj3 發表在 痞客邦 留言(0) 人氣(101)