Diseño y Posicionamiento Web con Joomla › Foros › General › Joomla en General › Ayuda.. Link de URL en item de menu a un subdominio y viceversa
- Este debate tiene 6 respuestas, 3 mensajes y ha sido actualizado por última vez el hace 12 años, 2 meses por Seeinthz.
-
AutorEntradas
-
-
05/09/2012 a las 04:59 #106375SeeinthzParticipante
Hola Buen Dia
Tengo un problemita, ojala y alguien me pudiera ayudar y se los agradeceree.. es lo siguiente
Tengo un sitio http://www.misitio.com el cual en un item de menu quiero redireccionar a un subdominio http://www.subdominio.misitio.com el problema es que cuando selecciono el tipo de item URL Externa en la plantilla del subdominio ingreso la url y al darle click al item para enviarme al link deseado me manda un error.. lo explico mejor..
el sitio principal y el subdominio es la misma plantilla y el mismo menu para que el usuario no se de cuenta que esta en otra web..
el sitio principal solo tendra un vinculo hacia el subdominio en el menu y en el subdominio tendra 5 items de menu apuntando hacia el sitio principal.
el procedimiento que estoy haciendo es el siguiente desde el subdominio:
item del menu tipo URL EXTERNA
ingreso URL por ejemplo: http://www.misitio.com
al momento de actualizar el frontpage y darle click en el menu para que me redireccione a http://www.misitio.com me arroja el error 404 y verifico el link que me arroja y es el siguiente http://www.subdominio.misitio.com/www.misitio.com
Aclaro esto es desde el subdominio intentando enlazar hacia el sitio principal..
el error es claro xke no encuentra esa direccioncomo le hago para evitar que automaticamente me agrege el http://www.subdominio.misitio.com?
Gracias se los agradecere
-
05/09/2012 a las 10:54 #106376Moderador ForoParticipante
¿Tienes un redireccionamiento 301 activado en el archivo htaccess o desde alguna extension como por ejemplo Joomsef?
-
06/09/2012 a las 00:36 #106380SeeinthzParticipante
No no tengo nada de eso.. como le hago ? me podrias ayudar ?
Gracias!
-
06/09/2012 a las 08:42 #106382Federico PiccoliParticipante
Ciao
[quote=”saintoner” post=27218]… y verifico el link que me arroja y es el siguiente http://www.subdominio.misitio.com/www.misitio.com
…[/quote]Puedes mostrarnos el archivo .htaccess?
A parte de ésto, la url correcta sería http:// subdominio.misitio.com/
-
06/09/2012 a las 22:10 #106393SeeinthzParticipante
htaccess.txt contiene esto !
## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks## 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 tag in URL.
RewriteCond %{QUERY_STRING} (|%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 request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$ [NC]
# 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. -
06/09/2012 a las 22:17 #106394Federico PiccoliParticipante
Ciao
No hablábamos del htaccess.txt, hablábamos del .htaccess, de todos modos si no lo tienes no puede ser éso, has probado el item a url externa con http:// subdominio.misitio.com/?
E importante: el servicio tecnico de tu servidor que dice?
-
06/09/2012 a las 22:44 #106396SeeinthzParticipante
Hola Federico
Te comento que ya logre que funcionara los links hacia el sitio principal..
como comentas si es necesario poner htt://misitio.com
lo hise haci como indicaste y conectote agradesco tu tiempo
mil gracias !
-
-
AutorEntradas
- Debes estar registrado para responder a este debate.