Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
chacute is on a distinguished road
 
Posts: 5
Join Date: Jul 2008
Cool configurar htaccess por error 500 - 07-09-2008, 07:32 AM

Hola amigos.

Tengo un problema con la configuracion de mi codigo en los htacces ... ya lo cambie de mil formas i nada ... le puse la / i siempre me da error 500 en los links virtuales ... Si alguien pudiera ayudarme le agradezco infinitamente de ante mano ...

El codigo tal como viene en el paquete (ecepto por las "/" que le agregue antes de los archivos .php) es:

Options +FollowSymlinks
RewriteEngine On
RewriteBase /articlelive/

AddType text/xml .xslt

<Files *.xslt>
SetHandler text/xml
</Files>

<IfModule !mod_php4.c>

<IfModule !mod_php5.c>

# PHP is in CGI Mode, so we need a different mod_rewrite

RewriteCond %{REQUEST_URI} !articlelive\categories\.php
RewriteRule ^categories(.*) /categories.php?$1 [L]

RewriteCond %{REQUEST_URI} !articlelive\articles\.php
RewriteRule ^articles(.*)$ /articles.php?$1 [L]

RewriteCond %{REQUEST_URI} !articlelive\pages\.php
RewriteRule ^pages(.*)$ /pages.php?$1 [L]

RewriteCond %{REQUEST_URI} !articlelive\blogs\.php
RewriteRule ^blogs(.*)$ /blogs.php?$1 [L]

RewriteCond %{REQUEST_URI} !search.php
RewriteRule ^search(.*)$ articlelive\search\.php?$1 [L]

RewriteCond %{REQUEST_URI} !authors.php
RewriteRule ^authors(.*)$ articlelive\authors\.php?$1 [L]

RewriteCond %{REQUEST_URI} !articlerss.php
RewriteRule ^articlerss(.*)$ articlelive\articlerss\.php?$1 [L]

RewriteCond %{REQUEST_URI} !news.php
RewriteCond %{REQUEST_URI} !newsrss.php
RewriteRule ^news(.*)$ /news.php?$1 [L]

RewriteCond %{REQUEST_URI} !contact.php
RewriteRule ^contact(.*)$ articlelive\contact\.php?$1 [L]


</IfModule>

<IfModule mod_php5.c>

# Using PHP 5 in module mode

RewriteCond %{REQUEST_URI} categories.*
RewriteRule ^categories(.*)$ /categories.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} articles.*
RewriteRule ^articles(.*)$ /articles.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} pages.*
RewriteRule ^pages(.*)$ /pages.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} blogs.*
RewriteRule ^blogs(.*)$ /blogs.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} search.*
RewriteRule ^search(.*)$ /search.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} authors.*
RewriteRule ^authors(.*)$ /authors.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} articlerss.*
RewriteRule ^articlerss(.*)$ /articlerss.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} news.*
RewriteCond %{REQUEST_URI} !newsrss
RewriteRule ^news(.*)$ /news.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} contact.*
RewriteRule ^contact(.*)$ /contact.php?$1 [T=application/x-httpd-php,L]

</IfModule>

</IfModule>

<IfModule mod_php4.c>

# PHP 4 in module mode

RewriteCond %{REQUEST_URI} categories.*
RewriteRule ^categories(.*)$ /categories.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} articles.*
RewriteRule ^articles(.*)$ /articles.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} pages.*
RewriteRule ^pages(.*)$ /pages.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} blogs.*
RewriteRule ^blogs(.*)$ /blogs.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} search.*
RewriteRule ^search(.*)$ /search.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} authors.*
RewriteRule ^authors(.*)$ /authors.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} articlerss.*
RewriteRule ^articlerss(.*)$ /articlerss.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} news.*
RewriteCond %{REQUEST_URI} !newsrss
RewriteRule ^news(.*)$ /news.php?$1 [T=application/x-httpd-php,L]

RewriteCond %{REQUEST_URI} contact.*
RewriteRule ^contact(.*)$ /contact.php?$1 [T=application/x-httpd-php,L]

</IfModule>


Saludos
Reply With Quote
(#2 (permalink))
Old
jcsfull's Avatar
Senior Member
jcsfull is on a distinguished road
 
Posts: 220
Join Date: May 2008
Location: Colonia
Send a message via MSN to jcsfull
Default 07-09-2008, 12:17 PM

que software estas instalando, yo solamente modifique mi htacces en la carpeta de joomla y va dentro del subdirectorio de joomla no en la raíz. Saludos
Reply With Quote
(#3 (permalink))
Old
Junior Member
chacute is on a distinguished road
 
Posts: 5
Join Date: Jul 2008
Default 07-09-2008, 04:12 PM

Uso ArticleLive ... kizas voy a probar a ponerlo en una carpate ... me has dado la idea ... gracias luego te cuento ...
Reply With Quote
(#4 (permalink))
Old
Junior Member
chacute is on a distinguished road
 
Posts: 5
Join Date: Jul 2008
Default 07-09-2008, 04:29 PM

no no me funciona nada ... sinceramente no se cual parte eliminar y cual dejar de mi htaccess ya probe varias formas i me sale pagina no encontrada o error 500
Reply With Quote
(#5 (permalink))
Old
jcsfull's Avatar
Senior Member
jcsfull is on a distinguished road
 
Posts: 220
Join Date: May 2008
Location: Colonia
Send a message via MSN to jcsfull
Default 07-09-2008, 06:42 PM

No conozco ArticleLive, pero veo que es un cms, porque no pruebas con joomla 1.5.3 es gnu/gpl y tiene una comunidad de respaldo muy grande. Creo que te serviría igual para publicar. Saludos
Reply With Quote
(#6 (permalink))
Old
Junior Member
chacute is on a distinguished road
 
Posts: 5
Join Date: Jul 2008
Wink 07-09-2008, 07:46 PM

Si es un CMS ... lo que sucede es que estoy migrando de un hosting llamado globat que se cae mucho .... casi que 9 horas al dia no conectan las sql ... esta web ya tiene un año y medio y queria probar aqui para luego ver si compro pero creo que voy a tener que seguir buscando ... joomla me gusta pero tengo en articlelive una base de datos inmensa y no son compatibles ... gracias por escribir
Reply With Quote
(#7 (permalink))
Old
Junior Member
cypher69 is on a distinguished road
 
Posts: 3
Join Date: Jul 2008
Default 07-22-2008, 09:43 PM

necesito configurar htaccess, alguien me puede ayudar???
Reply With Quote
(#8 (permalink))
Old
Junior Member
cypher69 is on a distinguished road
 
Posts: 3
Join Date: Jul 2008
Default 07-22-2008, 09:46 PM

cual es el contenido de los directorios /_vti * y cuantos son??
Reply With Quote
(#9 (permalink))
Old
Junior Member
cypher69 is on a distinguished road
 
Posts: 3
Join Date: Jul 2008
Default 07-22-2008, 09:49 PM

mi sitio web contenia varios directorios /_vti *y acccidentalmente los borre en el servidor, cual es el contenido, los necesito para configurar el htacess, por que trabajo con archivos php y necesito que sean visualizados como html, alguien me puede ayudar
Reply With Quote
(#10 (permalink))
Old
bryan's Avatar
Moderator
bryan is on a distinguished road
 
Posts: 421
Join Date: Jul 2008
Location: citizen of world
Default 07-22-2008, 10:45 PM

los htaccess se manejan desde apache los directorios vti, no tendrían nada que ver con los comandos contenidos en htaccess. y para saber que necesitas hacer debes dar mas informacion de con que tipo de CMS cuentas y postearlo en el hilo correspondiente o abrir un nuevo post, ya que este se refiere a otro tipo de problema, ademas leer las reglas no poner 3 post, ya que puedes editarlo con uno solo, saludos.


WwW.Nuke-Evolution.LA CMS muy actaulizado y seguro (anti-hackers) con foro de soporte en español.
wWw.dominio.cc Dominios Gratuitos muy recomendables control total NS, A, CNAME, MX, etc.

También puedes darme 1 punto en karma si mi respuesta te ayudo.
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

vB 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.6.9
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com