【问题标题】:Alternative link to Joomla admin panel?Joomla 管理面板的替代链接?
【发布时间】:2019-07-07 10:51:06
【问题描述】:

谁能为我提供 Joomla 管理员登录面板的替代链接? /administrator 不再工作 - 它会将我重定向到 404 错误页面。

我还包含了 .htaccess 文件,也许我错过了一些东西...提前致谢!

>    
Options +FollowSymLinks


RewriteEngine On

RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]

RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]

RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]

RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})

RewriteRule .* index.php [F]



RewriteRule ^/sitemap\.xml$ /sitemap.xml [L]


RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_URI} !^/index\.php

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php [L]

php_value display_errors Off

【问题讨论】:

    标签: php joomla admin


    【解决方案1】:

    这行得通 - /administrator/index.php?option=com_k2&view=items

    【讨论】:

      猜你喜欢
      • 2014-05-16
      • 2017-08-08
      • 2019-08-31
      • 1970-01-01
      • 1970-01-01
      • 2012-06-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多