Joomla - No puedo acceder al backend de joomla 3

 
Vista:
sin imagen de perfil

No puedo acceder al backend de joomla 3

Publicado por jose (4 intervenciones) el 02/11/2016 13:06:28
Buenas, tengo una pagina www.orionis.ch y cuando intento acceder al backend de joomla se va al home. el backend es www.orionis.ch/administrator, pero se me va a www.orionis.ch/es/, a ver si me podeis echar una mano.

Un saludo y gracias de antemano
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de xve

No puedo acceder al backend de joomla 3

Publicado por xve (27 intervenciones) el 02/11/2016 15:32:57
Hola Jose, entiendo que hay una redirección... has revisado el archivo .htaccess?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil

No puedo acceder al backend de joomla 3

Publicado por jose (4 intervenciones) el 02/11/2016 15:35:38
esto es lo que tengo en el htcaccess.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
##
# @package    Joomla
# @copyright  Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved.
# @license    GNU General Public License version 2 or later; see LICENSE.txt
##
 
##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that disallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
##

## No directory listings
IndexIgnore *

## Can be commented out if causes errors, see notes above.
Options +FollowSymlinks
Options -Indexes

## Mod_rewrite in use.

RewriteEngine On

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##
 
# RewriteBase /
 
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil
Val: 87
Oro
Ha mantenido su posición en Joomla (en relación al último mes)
Gráfica de Joomla

No puedo acceder al backend de joomla 3

Publicado por Gustavo (53 intervenciones) el 02/11/2016 15:44:44
Hola,
no estás usando algún componente de seguridad como por ejemplo el adminexile ?
Si tienes dudas del .htaccess puedes renombrarlo y copiar el .htaccess que viene por defecto con joomla.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil

No puedo acceder al backend de joomla 3

Publicado por jose (4 intervenciones) el 02/11/2016 15:55:23
ya he hecho lo de poner el htaccess que viene por defecto y sigue con el mismo error. Y no utilizo ningun componente de seguridad, que yo sepa
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil
Val: 87
Oro
Ha mantenido su posición en Joomla (en relación al último mes)
Gráfica de Joomla

No puedo acceder al backend de joomla 3

Publicado por Gustavo (53 intervenciones) el 02/11/2016 22:35:16
Hola,
pero la página la has hecho tu?
te lo pregunto porque por ejemplo el componente que te dije si no pones www.tudominio.es/administrator/index.php?variable=valor te redirige al home de la página.

Otra pregunta:
Estabas pudiendo entrar con administrator ? o es la primera vez que lo intentas?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar