Popular Articles

Recent Stories

使用火车头采集信息到joomla的文章系统和K2系统

There is no translation available.

Step1:取消令牌。

首先取消登陆的令牌,administrator/competent/com_login/controller.php中找到

JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'))

今天新入了一批jomsocial模板

There is no translation available.

花了29欧元入手的,兼容RT和YT两大joomla模板系列,还在研究和配置中。有需要的朋友可以和我联系。

最近在研究Civicrm

There is no translation available.

之前搞过一阵子,但是没有弄明白。

现在记录一些文档,这几天要重新啃啃:

linux主机下Joomla伪静态htccess文件的修改

There is no translation available.

注意红色字体,那是修改点:
----------------------------------------------
……
#
#  mod_rewrite in use
RewriteEngine On
#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla/MamboDirectory (just / for root)
RewriteBase /
RewriteCond %{REQUEST_URI} !^/yourdiection/index.php
########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
RewriteRule ^(content/|component/) index.php