Free Web Hosting Forum
Go Back   Free Web Hosting Forum > 000WebHost Services > Spanish Forum
Reload this Page como solucionar problema url amigables joomla
Reply
 
Thread Tools Display Modes
(#1 (permalink))
Old
Junior Member
organick is on a distinguished road
 
Posts: 4
Join Date: May 2010
Thumbs up como solucionar problema url amigables joomla - 05-29-2010, 07:13 AM

saludos a todos los miembros del foro este es mi primer aporte , espero no ofender las reglas del foro ya hace un mes que soy usuario 000webhost.com creo que es un exelente servicio y ademas es gratis
Bueno este es un pequeño aporte para aquellos usuarios de joomla que deceen configurar sus url amigables las cuales aveces se tornan un tanto dificiles para los novatos como yo ,como bien lo dicen aqui en el foro podran solucionar la mayoria de sus inconvenientes ya que es muy amplia la ayuda tanto en español como en otros idiomas pero no vi este tema resuelto en el foro español .
Ok aqui va lo siguiente para quellos que ya pasaron su htacsses.txt a .htacsses y usar apache mod_rewrite en configuracion global de joomla , es muy simple entramos al control panel de hosting , file manager una vez alli al archivo .htacsses y editar la siguiente linea
solo hay que descomentar el #RewriteBase / y dejarlo como RewriteBase /
esto nada mas solo para aquellos que tengan como yo la configuracion por default que ya viene en joomla aqui les dejo una copia de como lo tengo ya modificado y funciona gracias a todos espero sea una informacion util .

Code:
##
# @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


########## 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
#
#Use friendly URLs (or failing that output the path to $_GET['rt'])
#
 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

Last edited by organick; 06-03-2010 at 04:38 PM.
Reply With Quote
(#2 (permalink))
Old
bryan's Avatar
Senior Member
bryan is an unknown quantity at this point
 
Posts: 3,792
Join Date: Jul 2008
Location: citizen of world
Default 05-29-2010, 03:35 PM

buen aporte seguro les sera de utilidad a muchos usuarios que usan joomla en sus sitios, saludos.

edite para poner el codigo dentro de una caja, para mayor comodidad-


Dominio Gratis co.cc AQUI >>> usalo con tu Hosting Premium desde US$1.99 AQUI 000webhost.com.

Ten el control de tu url
en todo momento... (evita perder tu direccion). Dominios .info US$1.99 por 1 AÑO.

Cpanel | Antivirus
Reply With Quote
(#3 (permalink))
Old
Junior Member
fe7en is on a distinguished road
 
Posts: 22
Join Date: Mar 2010
Default 05-29-2010, 09:36 PM

Muchisimas Gracias, dentrod e poco si logro que al activar la cuenta no la borren a la semana por Motivos INEXPLICABLES, voy a probar Joomla a ver si es tan bueno como dicen todos.

Gracias por tu aporte
Reply With Quote
(#4 (permalink))
Old
sapienslinux's Avatar
Senior Member
sapienslinux is on a distinguished road
 
Posts: 103
Join Date: Oct 2008
Default 05-31-2010, 06:18 PM

Haay que saber usar Joomla


Si te ayudé puedes darme unos puntitos de Karma.
Acorta tus URLs para enviarlas por correo o twitter en http://pequeurl.tk
Reply With Quote
(#5 (permalink))
Old
Junior Member
organick is on a distinguished road
 
Posts: 4
Join Date: May 2010
Smile 06-03-2010, 04:41 PM

Quote:
Originally Posted by bryan View Post
buen aporte seguro les sera de utilidad a muchos usuarios que usan joomla en sus sitios, saludos.

edite para poner el codigo dentro de una caja, para mayor comodidad-
gracias bryan !! por la onda perdon por las faltas ortograficas tenia mucho sueño ya jaja
Reply With Quote
(#6 (permalink))
Old
Junior Member
Chiris is on a distinguished road
 
Posts: 2
Join Date: Jun 2010
Default 08-02-2010, 08:20 AM

Muchas gracias, por esta información, la estuve buscando en varios post, hasta que di con ella, gracias!

Saludos!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com