Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/07/2008, 09:41
Avatar de hawaiian050
hawaiian050
 
Fecha de Ingreso: junio-2007
Mensajes: 285
Antigüedad: 17 años, 5 meses
Puntos: 2
Me redirecciona el mod_rewrite al php cuando carga

Hola,

es simple mente eso pero no se como areglarlo, es rraro por que creo esta todo bien .

al clikear un link .html me redirecciona al archivo que deveria ir en php

.htaccess
Código PHP:
Options +FollowSymLinks
RewriteEngine On
RewriteRule index
.htmlhttp://www.animalesgratis.com/video/index.php
RewriteRule search-input.htmlhttp://www.animalesgratis.com/video/index.php?action=simulation
RewriteRule search/video/(.*)/page-(.*).htmlhttp://www.animalesgratis.com/video/index.php?video=$1&page=$2
RewriteRule view/video/(.*)/(.*).htmlhttp://www.animalesgratis.com/video/index.php?video_id=$1
RewriteRule player.swfjs/player.swf
RewriteRule play
,(.*),(.*),(.*).flvhttp://youtube.com/get_video.php?video_id=$1&t=$2&l=$3


php_value register_globals Off
php_value output_buffering Off
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value safe_mode Off
php_value open_basedir Off
php_value allow_url_fopen On