[Solved] The requested URL was not found on this server.
Aug 9, 2012 5:49 pm by leonel
Aug 9, 2012 5:49 pm by leonel
Hola...
Hace tiempo adquirí una licencia de Gtranslate, tuve algunos problemas para instalarla y ustedes amablemente me ayudaron a resolver mi problema. Adjunto link con el problema que detallé en el foro:
the-requested-url-was-not-found-this-server-t1864.html
Ahora resulta que vuelvo a tener el mismo problema que en esa ocasión, al darle clic sobre alguna de las banderas me muestra el siguiente error:
Not Found
The requested URL /en/mrci/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Dejo el link de la página donde dr muestran las banderas para traducir el sitio:
http://mrci.com.mx/mrci/
Agradezco de antemano la ayuda que puedan brindarme.
Saludos.
Re: The requested URL was not found on this server.
Aug 11, 2012 4:03 pm by Yana
Aug 11, 2012 4:03 pm by Yana
Hi,
Have you changed the settings or installed SEF extensions?
Re: The requested URL was not found on this server.
Aug 14, 2012 9:48 pm by leonel
Aug 14, 2012 9:48 pm by leonel
Hola
No, no hemos cambiado ni instalado extensiones que tengan que ver con SEF.
Saludos.
Re: The requested URL was not found on this server.
Aug 17, 2012 5:25 pm by leonel
Aug 17, 2012 5:25 pm by leonel
Hola Buen día, ¿habrá alguna novedad con el problema que tengo?
Gracias.
Re: The requested URL was not found on this server.
Aug 17, 2012 8:41 pm by hosteris
Aug 17, 2012 8:41 pm by hosteris
saludos leonel.
como puedes ver al dar click a la bandera de idoma inglés te redirige a http://mrci.com.mx/en/mrci/
la ruta del idioma inglés se antepone al subdirectorio "mrci", la ruta debería quedar "http://mrci.com.mx/mrci/en/"
copia y pega el contenido de tu archivo .htaccess para verificarlo
Re: The requested URL was not found on this server.
Aug 20, 2012 4:00 pm by leonel
Aug 20, 2012 4:00 pm by leonel
Ok el contenido del archivo .htaccess es el siguiente:
##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
#####################################################
# 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 dissallows 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.
#
#####################################################
## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks
#
# mod_rewrite in use
RewriteEngine On
# gtranslate config
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)/(.*)$ /$1/$3 [R=301,L]
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)$ /$1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1 [L,QSA]
########## 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!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits
# 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
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section
Gracias.
Re: The requested URL was not found on this server.
Aug 21, 2012 3:04 pm by Yana
Aug 21, 2012 3:04 pm by Yana
Hi,
Please make sure that you have uploaded gtranslate folder to your www root folder.
Re: The requested URL was not found on this server.
Aug 22, 2012 9:59 pm by leonel
Aug 22, 2012 9:59 pm by leonel
Así es, he revisado y la carpeta se encuentra en edirectorio raíz.
Re: The requested URL was not found on this server.
Aug 22, 2012 11:13 pm by Yana
Aug 22, 2012 11:13 pm by Yana
If you can send me ftp and backend admin username / password I can check the settings.
Re: The requested URL was not found on this server.
Aug 23, 2012 3:39 pm by leonel
Aug 23, 2012 3:39 pm by leonel
Gracias, te mando los datos en mensaje privado.
Re: The requested URL was not found on this server.
Aug 24, 2012 1:56 pm by Yana
Aug 24, 2012 1:56 pm by Yana
Hi,
Your website is in the subfolder and GTranslate Pro should be installed in the root directory. I have corrected the settings. Please check.
Re: The requested URL was not found on this server.
Aug 24, 2012 6:26 pm by leonel
Aug 24, 2012 6:26 pm by leonel
Muchas Gracias, el problema ha sido resuelto completamente.
Saludos.
SIMILAR TOPICS
translated page not foundnPage not found | Jan 22, 2018 6:17 pm | Replies: 8 | Post by: smileexcursions |
500 error - file not found | Mar 19, 2018 5:15 pm | Replies: 1 | Post by: bigblue |
[SOLVED]double dropdown | Oct 26, 2017 8:26 am | Replies: 3 | Post by: danielesantosubito |
(HELP) server DNS address could not be found | Feb 17, 2017 10:30 am | Replies: 14 | Post by: kherogen |
[SOLVED] NOT WORKING, HELP PLEASE! | Feb 12, 2017 4:53 pm | Replies: 5 | Post by: TSM |