htaccess可以做大量范围的事情,包括:文件夹密码保护、用户自动重新指向、自定义错误页面、变更你的文件扩展名、屏蔽特定的用户IP地址、只允许特定的IP地址、停止目录表以及使用其他文件作为index文件,等等……
(continue reading…)
htaccess规则详细介绍
apache网站服务器中如何禁止目录浏览(list)
apache安装后默认允许目录浏览,这样如果一个目录没有索引页,用户就可以直接在 (continue reading…)
Why is the editor not displayed with full width when I use the full window wizard?
If you are editing the most usual content element, that is the bodytext column of tt_content table, try to add the following line to your Page TSConfig: (continue reading…)
How to set page title in USER_INT extension
There are many discussions at forums concerning setting the title of the page from the USER_INT plug level. The problem is that the USER_INT type extensions are generated every time the page is refreshed after TYPO3 generates the headline of the page containing a tag title. A good example may be the mm_forum, where each thread in a standard installation has the same title, and not the name of the topic as we wish for. (continue reading…)
Error 404 multilingual
error_404_multilingual shows the defined error page of the given language if the requested page or file could not be found
Why this extension?
The Extension was build because the existing 404 handling extensions does not work fine on sites with more than one language. (continue reading…)
sys_language_overlay
When building a separate structure of content elements using “Inheritance” or “Separate” modes for a page or FCE container element you strictly don’t need to tag these elements with a language. However, for two reasons you will have to: (continue reading…)
How to enter links in textfields without the RTE.
Internal links:
<LINK 383>Link to internal page with ID 383</LINK>
<LINK mypage>Link to internal page with alias “mypage”</LINK> (continue reading…)
WordPress插件制作
前言
最近在学习如何制作WordPress插件。在这方面,网上的资料还是不多的。我是指适合入门的资料。今天又在网上搜索了一下,发现了几篇非常不错的制作WordPress插件的教程。 (continue reading…)