【发布时间】:2013-08-26 06:01:30
【问题描述】:
我有一个 Joomla 2.5 站点,但我无法再访问管理员面板。这只会将我重定向到/installation/index.php,它(应该)给出404。我认为这是在升级后发生的。
我尝试按照此处的建议清除浏览器缓存:Joomla 1.0, administrator link redirect to "installation/index.php", how to prevent this redirection?
但这没有用。
很久以前,在 1.x 时代,Joomla 网站上有一些安全建议,其中建议将 configuration.php 移到我遵循的 public_html 目录之外。我现在找不到它们,但我尝试将 configuration.php 文件复制到 Joomla 根目录,并将其保存在定义的目录中。定义.php (define('JPATH_CONFIGURATION')。
有什么想法吗?
我的扩展
bash-3.2$ find plugins/ -type d
plugins/
plugins/authentication
plugins/authentication/gmail
plugins/authentication/joomla
plugins/authentication/ldap
plugins/captcha
plugins/captcha/recaptcha
plugins/content
plugins/content/emailcloak
plugins/content/finder
plugins/content/geshi
plugins/content/geshi/geshi
plugins/content/geshi/geshi/geshi
plugins/content/joomla
plugins/content/loadmodule
plugins/content/pagebreak
plugins/content/pagenavigation
plugins/content/vote
plugins/editors-xtd
plugins/editors-xtd/article
plugins/editors-xtd/image
plugins/editors-xtd/pagebreak
plugins/editors-xtd/readmore
plugins/editors
plugins/editors/codemirror
plugins/editors/none
plugins/editors/tinymce
plugins/extension
plugins/extension/joomla
plugins/finder
plugins/finder/categories
plugins/finder/contacts
plugins/finder/content
plugins/finder/newsfeeds
plugins/finder/weblinks
plugins/quickicon
plugins/quickicon/extensionupdate
plugins/quickicon/joomlaupdate
plugins/search
plugins/search/categories
plugins/search/contacts
plugins/search/content
plugins/search/newsfeeds
plugins/search/weblinks
plugins/system
plugins/system/cache
plugins/system/debug
plugins/system/highlight
plugins/system/languagecode
plugins/system/languagecode/language
plugins/system/languagecode/language/en-GB
plugins/system/languagefilter
plugins/system/log
plugins/system/logout
plugins/system/p3p
plugins/system/redirect
plugins/system/remember
plugins/system/sef
plugins/user
plugins/user/contactcreator
plugins/user/joomla
plugins/user/profile
plugins/user/profile/fields
plugins/user/profile/profiles
【问题讨论】:
-
您最近是否安装过任何扩展或编辑过任何 Joomla 核心文件?
-
尴尬的事实是我不太关注这个网站。所以我不记得当它停止工作时我做了什么。
-
我还尝试在旧版本 (2.5.x) 上解压缩一个新版本 (2.5.x)。所以核心文件应该保持不变。
-
您有任何站点保护组件或插件,例如 RSFirewall 或其他任何东西吗?
-
我不记得安装过类似的东西,没有。
标签: php .htaccess redirect joomla