简体   繁体   English

替代链接到Joomla管理面板?

[英]Alternative link to Joomla admin panel?

Can anyone provide me with an alternative link to Joomla admin login panel? 谁能为我提供Joomla管理员登录面板的替代链接? /administrator does not work anymore - it redirects me to 404 error page. / administrator不再起作用-它将我重定向到404错误页面。

I have also included .htaccess file maybe i missed something... Thanks in advance! 我还包括了.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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM